MozillaFirefox/create-tar.sh
branchfirefox60
changeset 1080 e8d4a33582b8
parent 1062 48d794331fce
child 1090 554cd9503f75
equal deleted inserted replaced
1064:af29b3ac33ae 1080:e8d4a33582b8
     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="esr60"
     8 CHANNEL="esr60"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="4ad4c31db9b1526aab8641be98fec8e0d63a4a7e"
    10 RELEASE_TAG="6cc5fc0eaeaf9a9abcfc2722999ecdc6b539c23d"
    11 VERSION="60.1.0"
    11 VERSION="60.4.0"
    12 VERSION_SUFFIX="esr"
    12 VERSION_SUFFIX="esr"
    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 )