From 5605c07f6d97ce016af2bd88cb3cef1f767bea4e Mon Sep 17 00:00:00 2001 From: "rhelmer%mozilla.com" Date: Tue, 18 Mar 2008 18:44:22 +0000 Subject: [PATCH] initialize bootstrapfactory in prestage correctly b=417779 r=bhearsum git-svn-id: svn://10.0.0.236/trunk@248099 18797224-902f-48f8-a5cc-f745e15eee43 --- .../buildbot-configs/automation/staging-1.9/master.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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",