зеркало из https://github.com/mozilla/pjs.git
sync ftp areas on staging automation masters b=414145 r=bhearsum
This commit is contained in:
Родитель
60254605e3
Коммит
0392edf7b1
|
@ -299,6 +299,11 @@ prestageFactory.addStep(ShellCommand, description='clean staging area',
|
|||
command=['make', 'clean_stage'], haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='create staging area',
|
||||
command=['make', 'stage'], haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='sync ftp area',
|
||||
command=['rsync', '-av', '--delete-after',
|
||||
'/home/ftp/',
|
||||
'fx-linux-1.9-slave1:/home/ftp/'],
|
||||
haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='create cvsmirror cvsroot',
|
||||
command=['rsync', '-av', '--delete-after',
|
||||
'/builds/cvsmirror.clean/cvsroot/',
|
||||
|
|
|
@ -225,6 +225,11 @@ prestageFactory.addStep(ShellCommand, description='clean staging area',
|
|||
command=['make', 'clean_stage'], haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='create staging area',
|
||||
command=['make', 'stage'], haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='sync ftp area',
|
||||
command=['rsync', '-av', '--delete-after',
|
||||
'/home/ftp/',
|
||||
'staging-prometheus-vm:/home/ftp/'],
|
||||
haltOnFailure=1)
|
||||
prestageFactory.addStep(ShellCommand, description='create cvsmirror cvsroot',
|
||||
command=['rsync', '-av', '--delete-after',
|
||||
'/builds/cvsmirror.clean/cvsroot/',
|
||||
|
|
Загрузка…
Ссылка в новой задаче