MozillaFirefox/create-tar.sh
branchfirefox46
changeset 914 20bd16d68ed2
parent 909 c6717354928b
child 916 2f9f2e040647
equal deleted inserted replaced
913:9f3ecc7dc9e3 914:20bd16d68ed2
     5 # "moz_source_stamp": "078baf501b55eaa47f3b189fda4dd28dae1fa257"
     5 # "moz_source_stamp": "078baf501b55eaa47f3b189fda4dd28dae1fa257"
     6 # http://ftp.mozilla.org/pub/firefox/candidates/46.0-candidates/build5/l10n_changesets.txt
     6 # http://ftp.mozilla.org/pub/firefox/candidates/46.0-candidates/build5/l10n_changesets.txt
     7 
     7 
     8 CHANNEL="release"
     8 CHANNEL="release"
     9 BRANCH="releases/mozilla-$CHANNEL"
     9 BRANCH="releases/mozilla-$CHANNEL"
    10 RELEASE_TAG="078baf501b55eaa47f3b189fda4dd28dae1fa257"
    10 RELEASE_TAG="FIREFOX_46_0_1_RELEASE"
    11 VERSION="46.0"
    11 VERSION="46.0.1"
    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)