MozillaFirefox/create-tar.sh
changeset 659 fa96cf6ffd14
parent 653 38c67b6b2f37
child 661 aac91d5705b1
--- a/MozillaFirefox/create-tar.sh	Mon Jun 17 22:57:16 2013 +0200
+++ b/MozillaFirefox/create-tar.sh	Tue Jul 16 12:35:11 2013 +0200
@@ -3,7 +3,7 @@
 CHANNEL="aurora"
 BRANCH="releases/mozilla-$CHANNEL"
 RELEASE_TAG="default"
-VERSION="22.98"
+VERSION="23.98"
 
 # mozilla
 if [ -d mozilla ]; then
@@ -27,6 +27,7 @@
   hg clone http://hg.mozilla.org/$BRANCH mozilla
 fi
 pushd mozilla
+hg update --check
 [ "$RELEASE_TAG" == "default" ] || hg update -r $RELEASE_TAG
 # get repo and source stamp
 echo -n "REV=" > ../source-stamp.txt