MozillaFirefox/create-tar.sh
changeset 1035 452af5d124ad
parent 1032 8220ea23b47d
child 1036 4babd1755310
equal deleted inserted replaced
1034:c88f42fc1f36 1035:452af5d124ad
     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="73ef186ad51ac2c4fc27b1f149fcc94355fe7dc6"
    10 RELEASE_TAG="FIREFOX_59_0b12_RELEASE"
    11 VERSION="58.99"
    11 VERSION="58.99"
    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 )