Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 781172 - release_downloader.sh shouldn't clobber scripts director…
Browse files Browse the repository at this point in the history
…y. r=catlee
  • Loading branch information
Rail Aliiev committed Aug 8, 2012
1 parent 543e97d commit 8b104ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/staging/release_downloader.sh
Expand Up @@ -37,8 +37,8 @@ if [ -z "$CLOBBERER_URL" ]; then
fi

cd $SCRIPTS_DIR/../..
$PYTHON $SCRIPTS_DIR/clobberer/clobberer.py -s build $CLOBBERER_URL $branch \
$builder $slavebuilddir $slavename $master
$PYTHON $SCRIPTS_DIR/clobberer/clobberer.py -s scripts -s buildprops.json \
$CLOBBERER_URL $branch $builder $slavebuilddir $slavename $master
cd $SCRIPTS_DIR/../..
$PYTHON $SCRIPTS_DIR/buildfarm/maintenance/purge_builds.py \
-s 0.3 -n info -n 'rel-*' -n $slavebuilddir
Expand Down

0 comments on commit 8b104ee

Please sign in to comment.