sync ftp areas on staging automation masters b=414145 r=bhearsum

This commit is contained in:
rhelmer%mozilla.com 2008-01-28 17:03:56 +00:00
Родитель 60254605e3
Коммит 0392edf7b1
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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/',