MozillaFirefox/create-tar.sh
branchfirefox64
changeset 1084 b0b3c507e253
parent 1082 821cfbe8efcc
child 1085 87f893cf45b9
equal deleted inserted replaced
1083:2f7023025374 1084:b0b3c507e253
     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="8337ebb86a425a1c65467fc68eb7c26b9046159e"
    10 RELEASE_TAG="c58ea2229c337e9981ab9d3650b04fd3d249b141"
    11 VERSION="64.0"
    11 VERSION="64.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 )