mozilla-xulrunner20/create-tar.sh
changeset 237 676030198746
parent 236 a4f5954df3a3
child 239 99a267a3f1d3
equal deleted inserted replaced
236:a4f5954df3a3 237:676030198746
    16 for locale in $(awk '{ print $1; }' mozilla/browser/locales/shipped-locales); do
    16 for locale in $(awk '{ print $1; }' mozilla/browser/locales/shipped-locales); do
    17   case $locale in
    17   case $locale in
    18     ja-JP-mac|en-US)
    18     ja-JP-mac|en-US)
    19       ;;
    19       ;;
    20     *)
    20     *)
    21       hg clone http://hg.mozilla.org/l10n-central/$locale l10n/$locale
    21       hg clone http://hg.mozilla.org/releases/l10n-mozilla-2.0/$locale l10n/$locale
    22       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
    22       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
    23       ;;
    23       ;;
    24   esac
    24   esac
    25 done
    25 done
    26 tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n
    26 tar cjf l10n-$VERSION.tar.bz2 --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n