MozillaFirefox/create-tar.sh
branchfirefox51
changeset 940 f63a4ac0fe06
parent 937 1e62a4bc78c1
child 941 ff9e20146e8b
equal deleted inserted replaced
939:3604ed712e16 940:f63a4ac0fe06
     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="ea82b5e20cbbd103f8fa65f0df0386ee4135cc47"
    10 RELEASE_TAG="327e081221b064b05a302d7877c6e4be2949a617"
    11 VERSION="51.0"
    11 VERSION="51.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)