MozillaFirefox/create-tar.sh
changeset 1036 4babd1755310
parent 1035 452af5d124ad
child 1037 d61b64679bb4
equal deleted inserted replaced
1035:452af5d124ad 1036:4babd1755310
     3 # TODO
     3 # TODO
     4 # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/linux-x86_64/en-US/firefox-48.0.json
     4 # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/linux-x86_64/en-US/firefox-48.0.json
     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="release"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="FIREFOX_59_0b12_RELEASE"
    10 RELEASE_TAG="2f6a4d2cf42c9d59626061d45c043817cb220814"
    11 VERSION="58.99"
    11 VERSION="59.0"
    12 
    12 
    13 # check required tools
    13 # check required tools
    14 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 )
    14 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 )
    15 test -x /usr/bin/jq || ( echo "jq missing: execute zypper in jq"; exit 5 )
    15 test -x /usr/bin/jq || ( echo "jq missing: execute zypper in jq"; exit 5 )
    16 
    16