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

Commit

Permalink
bug 613511: new tagging and l10n scripts are calling clobberer.py wro…
Browse files Browse the repository at this point in the history
…ng. r=catlee
  • Loading branch information
bhearsum committed Nov 19, 2010
1 parent 6d68eed commit 2f44b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/l10n/release_repacks.sh
Expand Up @@ -19,7 +19,7 @@ branchConfig=$2
chunks=$3
thisChunk=$4

branch=$($JSONTOOL -k properties.branch $PROPERTIES_FILE)
branch=$(basename $($JSONTOOL -k properties.branch $PROPERTIES_FILE))
builder=$($JSONTOOL -k properties.buildername $PROPERTIES_FILE)
builddir=$($JSONTOOL -k properties.builddir $PROPERTIES_FILE)
slavename=$($JSONTOOL -k properties.slavename $PROPERTIES_FILE)
Expand Down
3 changes: 2 additions & 1 deletion scripts/release/tagging.sh
Expand Up @@ -8,7 +8,8 @@ workdir=`pwd`

releaseConfig=$($JSONTOOL -k properties.release_config $PROPERTIES_FILE)
releaseTag=$($JSONTOOL -k sourcestamp.revision $PROPERTIES_FILE)
branch=$($JSONTOOL -k properties.branch $PROPERTIES_FILE)
# Clobberer requires the short name of the branch
branch=$(basename $($JSONTOOL -k properties.branch $PROPERTIES_FILE))
builder=$($JSONTOOL -k properties.buildername $PROPERTIES_FILE)
builddir=$($JSONTOOL -k properties.builddir $PROPERTIES_FILE)
slavename=$($JSONTOOL -k properties.slavename $PROPERTIES_FILE)
Expand Down

0 comments on commit 2f44b36

Please sign in to comment.