initialize bootstrapfactory in prestage correctly b=417779 r=bhearsum
git-svn-id: svn://10.0.0.236/trunk@248099 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -346,7 +346,13 @@ c['builders'].append(
|
||||
},
|
||||
)
|
||||
|
||||
prestageFactory = factory.BootstrapFactory()
|
||||
prestageFactory = BootstrapFactory(
|
||||
cvsroot=cvsroot,
|
||||
cvsmodule=cvsmodule,
|
||||
automation_tag=automation_tag,
|
||||
logdir='/builds/logs',
|
||||
bootstrap_config='bootstrap.cfg',
|
||||
)
|
||||
# FIXME - should be able to prepend this to BootstrapFactory
|
||||
prestageFactory.addStep(ShellCommand,
|
||||
description="update bootstrap configs",
|
||||
|
||||
Reference in New Issue
Block a user