MozillaFirefox/create-tar.sh
branchfirefox57
changeset 1015 ff0b674a2504
parent 1012 0c59a30173da
child 1016 c78880e58206
equal deleted inserted replaced
1014:963651ec972e 1015:ff0b674a2504
     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="d2e449c73daca64d8c8185590750873b1cfcd412" # build 2
    10 RELEASE_TAG="c548334d172bd937da77e36867473d861cfa2217"
    11 VERSION="57.0.1"
    11 VERSION="57.0.3"
    12 
    12 
    13 # mozilla
    13 # mozilla
    14 if [ -d mozilla ]; then
    14 if [ -d mozilla ]; then
    15   pushd mozilla
    15   pushd mozilla
    16   _repourl=$(hg paths)
    16   _repourl=$(hg paths)