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