xulrunner/create-tar.sh
branchesr24
changeset 698 8066b2bdabfb
parent 678 d0329e10d68c
child 713 3c7719dfcafa
--- a/xulrunner/create-tar.sh	Wed Dec 11 09:48:13 2013 +0100
+++ b/xulrunner/create-tar.sh	Tue Jan 14 13:40:19 2014 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr24"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_24_1_0esr_RELEASE"
-VERSION="24.1.0"
+RELEASE_TAG="FIREFOX_24_2_0esr_RELEASE"
+VERSION="24.2.0"
 
 # mozilla
 if [ -d mozilla ]; then
@@ -47,7 +47,7 @@
       ;;
     *)
       echo "fetching $locale ..."
-      hg clone http://hg.mozilla.org/releases/l10n/mozilla-$CHANNEL/$locale l10n/$locale
+      hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale l10n/$locale
       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
       ;;
   esac