MozillaFirefox/create-tar.sh
branchfirefox48
changeset 928 4663386a04de
parent 927 300ed867f7fd
child 929 9fc2ebe6d7f1
equal deleted inserted replaced
927:300ed867f7fd 928:4663386a04de
     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="f36f7ace6f48"
    10 RELEASE_TAG="FIREFOX_48_0_2_RELEASE"
    11 VERSION="48.0.1"
    11 VERSION="48.0.2"
    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)