From 07c7ae8cfec8ce542a0e156971eb24ffb4f9ae14 Mon Sep 17 00:00:00 2001 From: "rhelmer%mozilla.com" Date: Thu, 20 Mar 2008 07:17:59 +0000 Subject: [PATCH] bustage fix for staging, need to create staging area git-svn-id: svn://10.0.0.236/trunk@248273 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/buildbot-configs/automation/staging/master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/tools/buildbot-configs/automation/staging/master.cfg b/mozilla/tools/buildbot-configs/automation/staging/master.cfg index fe80a6c4b24..f076e7e7c32 100644 --- a/mozilla/tools/buildbot-configs/automation/staging/master.cfg +++ b/mozilla/tools/buildbot-configs/automation/staging/master.cfg @@ -284,6 +284,11 @@ prestageFactory.addStep(ShellCommand, command=['make', 'clean_stage'], haltOnFailure=1, ) +prestageFactory.addStep(ShellCommand, + description='create staging area', + command=['make', 'stage'], + haltOnFailure=1, +) prestageFactory.addStep(ShellCommand, description='sync ftp area', command=['rsync', '-av', '--delete-after',