bustage fix for staging, need to create staging area

git-svn-id: svn://10.0.0.236/trunk@248273 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com
2008-03-20 07:17:59 +00:00
parent 6e11a799a3
commit 07c7ae8cfe

View File

@@ -284,6 +284,11 @@ prestageFactory.addStep(ShellCommand,
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',