# HG changeset patch # User Wolfgang Rosenauer # Date 1301496248 -7200 # Node ID 62f6c0581849f7c72fed6c72bc7b3892b3924c08 # Parent 9269bbf93e0c477391ec86fb6ec35b57cd0b8b26 use correct l10n repo diff -r 9269bbf93e0c -r 62f6c0581849 mozilla-xulrunner22/create-tar.sh --- a/mozilla-xulrunner22/create-tar.sh Wed Mar 30 16:43:44 2011 +0200 +++ b/mozilla-xulrunner22/create-tar.sh Wed Mar 30 16:44:08 2011 +0200 @@ -18,7 +18,7 @@ ja-JP-mac|en-US) ;; *) - hg clone http://hg.mozilla.org/releases/l10n-mozilla-central/$locale l10n/$locale + hg clone http://hg.mozilla.org/releases/l10n-central/$locale l10n/$locale [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG ;; esac