MozillaFirefox/create-tar.sh
branchfirefox67
changeset 1093 3942c205588b
parent 1092 5d7b22f6b177
child 1094 a25638dad81d
equal deleted inserted replaced
1092:5d7b22f6b177 1093:3942c205588b
     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="96d2576eae4baf0aa961b4f5a1dadd26bb8ee823"
    10 RELEASE_TAG="3126a5c2560c34a8acb33d62e54b2be0f704a190"
    11 VERSION="66.0.5"
    11 VERSION="67.0"
    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 )