MozillaFirefox/create-tar.sh
changeset 283 418b5f502ff2
parent 281 0bdc059f7280
child 289 3c0dff7ca9c4
--- a/MozillaFirefox/create-tar.sh	Mon Jun 20 20:46:39 2011 +0200
+++ b/MozillaFirefox/create-tar.sh	Wed Jun 22 09:02:07 2011 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-BRANCH="mozilla-beta"
-RELEASE_TAG="FIREFOX_5_0b7_RELEASE"
-VERSION="4.99"
+BRANCH="releases/mozilla-release"
+RELEASE_TAG="FIREFOX_5_0_RELEASE"
+VERSION="5.0"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla
@@ -23,7 +23,7 @@
     ja-JP-mac|en-US)
       ;;
     *)
-      hg clone http://hg.mozilla.org/releases/l10n/mozilla-beta/$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