MozillaFirefox/create-tar.sh
changeset 1073 63a32fb3b602
parent 1072 84c1339de259
child 1075 0831123bc28a
equal deleted inserted replaced
1070:18f97bd2c2bf 1073:63a32fb3b602
     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="beta"
     8 CHANNEL="beta"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="FIREFOX_62_0b20_RELEASE"
    10 RELEASE_TAG="FIREFOX_63_0b14_RELEASE"
    11 VERSION="62.0"
    11 VERSION="63.0"
    12 VERSION_SUFFIX="b20"
    12 VERSION_SUFFIX="b14"
    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 )
    17 test -x /usr/bin/jq || ( echo "jq missing: execute zypper in jq"; exit 5 )
    17 test -x /usr/bin/jq || ( echo "jq missing: execute zypper in jq"; exit 5 )