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

Commit

Permalink
Bug 1093295 - VERSION not set when running against m-c - r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
ccooper committed Jan 20, 2015
1 parent 636ca9a commit d50b1c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/periodic_file_updates/periodic_file_updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,11 @@ HGPUSHREPO="ssh://${HGHOST}/${BRANCH}"
MCHGREPO="http://${HGHOST}/mozilla-central"

get_version $BRANCH
get_version "mozilla-central"
if [ "${BRANCH}" == "mozilla-central" ]; then
VERSION=${MC_VERSION}
else
get_version "mozilla-central"
fi

# Bug 1093295 - Use the mozilla-central version of build + test archive.
# This ensures that we will always have the most current abilities
Expand Down

0 comments on commit d50b1c5

Please sign in to comment.