diff -r 7af5d6a0c962 -r e6df4625c730 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Fri Aug 05 13:38:05 2011 +0200 +++ b/MozillaFirefox/create-tar.sh Fri Aug 19 19:19:32 2011 +0200 @@ -1,7 +1,7 @@ #!/bin/bash -BRANCH="releases/mozilla-aurora" -RELEASE_TAG="default" +BRANCH="releases/mozilla-beta" +RELEASE_TAG="FIREFOX_7_0b1_RELEASE" VERSION="6.99" # mozilla @@ -23,7 +23,7 @@ ja-JP-mac|en-US) ;; *) - hg clone http://hg.mozilla.org/releases/l10n/mozilla-aurora/$locale l10n/$locale + hg clone http://hg.mozilla.org/releases/l10n/mozilla-beta/$locale l10n/$locale [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG ;; esac