MozillaFirefox/create-tar.sh
branchfirefox61
changeset 1065 33c6119b5cc5
parent 1061 42510f8eee28
child 1066 3f18b0f2a868
equal deleted inserted replaced
1063:a0c915e59e05 1065:33c6119b5cc5
     5 # "moz_source_stamp": "c1de04f39fa956cfce83f6065b0e709369215ed5"
     5 # "moz_source_stamp": "c1de04f39fa956cfce83f6065b0e709369215ed5"
     6 # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/l10n_changesets.txt
     6 # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/l10n_changesets.txt
     7 
     7 
     8 CHANNEL="release"
     8 CHANNEL="release"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="785d242a5b01d5f1094882aa2144d8e5e2791e06"
    10 RELEASE_TAG="FIREFOX_61_0_2_RELEASE"
    11 VERSION="61.0"
    11 VERSION="61.0.2"
    12 VERSION_SUFFIX=""
    12 VERSION_SUFFIX=""
    13 LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json"
    13 LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json"
    14 
    14 
    15 # check required tools
    15 # check required tools
    16 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 )
    16 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 )