MozillaFirefox/create-tar.sh
branchfirefox52
changeset 950 266ac4247974
parent 946 34bd1eb1cbd7
child 957 b28ad21f195e
equal deleted inserted replaced
949:d91c918a6511 950:266ac4247974
     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="release"
     8 CHANNEL="esr52"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="2f2b4a119565e9b5691187ee5fbe91881c90b249"
    10 RELEASE_TAG="FIREFOX_52_0_1esr_RELEASE"
    11 VERSION="52.0.1"
    11 VERSION="52.0.1"
    12 
    12 
    13 # mozilla
    13 # mozilla
    14 if [ -d mozilla ]; then
    14 if [ -d mozilla ]; then
    15   pushd mozilla
    15   pushd mozilla