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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user