diff --git a/mozilla/tools/buildbot-configs/automation/staging-1.9/master.cfg b/mozilla/tools/buildbot-configs/automation/staging-1.9/master.cfg index 5516b7addba..d2cc2760654 100644 --- a/mozilla/tools/buildbot-configs/automation/staging-1.9/master.cfg +++ b/mozilla/tools/buildbot-configs/automation/staging-1.9/master.cfg @@ -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",