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:
rhelmer%mozilla.com
2008-03-18 18:44:22 +00:00
parent d5b1c3d2c5
commit 5605c07f6d

View File

@@ -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",