xulrunner/create-tar.sh
branchesr17
changeset 584 0541c6b43891
parent 582 185659cb030f
child 593 0bf9876985d9
equal deleted inserted replaced
583:e1753761c9fd 584:0541c6b43891
    26   case $locale in
    26   case $locale in
    27     ja-JP-mac|en-US)
    27     ja-JP-mac|en-US)
    28       ;;
    28       ;;
    29     *)
    29     *)
    30       echo "fetching $locale ..."
    30       echo "fetching $locale ..."
    31       hg clone http://hg.mozilla.org/releases/l10n/mozilla-$CHANNEL/$locale l10n/$locale
    31       hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale l10n/$locale
    32       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
    32       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
    33       ;;
    33       ;;
    34   esac
    34   esac
    35 done
    35 done
    36 echo "creating l10n archive..."
    36 echo "creating l10n archive..."