diff --git a/mozilla/tools/buildbot-configs/automation/staging/master.cfg b/mozilla/tools/buildbot-configs/automation/staging/master.cfg index 363f7abf619..356809556f5 100644 --- a/mozilla/tools/buildbot-configs/automation/staging/master.cfg +++ b/mozilla/tools/buildbot-configs/automation/staging/master.cfg @@ -102,13 +102,12 @@ from buildbot.steps.shell import ShellCommand from buildbot.steps.transfer import FileDownload tagFactory = factory.BuildFactory() -l10nverifyFactory.addStep(ShellCommand, description='clean checkout', - workdir='.', command=['rm', '-rfv', 'build'], - haltOnFailure=1) -l10nverifyFactory.addStep(ShellCommand, description='checkout', workdir='.', - command=['cvs', '-d', cvsroot, 'co', - '-r', automation_tag, - '-d', 'build', cvsmodule], haltOnFailure=1) +tagFactory.addStep(ShellCommand, description='clean checkout', + workdir='.', command=['rm', '-rfv', 'build'], + haltOnFailure=1) +tagFactory.addStep(ShellCommand, description='checkout', workdir='.', + command=['cvs', '-d', cvsroot, 'co', '-r', automation_tag, + '-d', 'build', cvsmodule], haltOnFailure=1) tagFactory.addStep(FileDownload, mastersrc="bootstrap.cfg", slavedest="bootstrap.cfg", workdir="build"), tagFactory.addStep(ShellCommand, description='clean logs area',