MozillaFirefox/create-tar.sh
branchfirefox33
changeset 789 a0aa49fce462
parent 788 af4f96c38fd9
parent 787 f4578fb6fcc3
child 791 215db725bd82
equal deleted inserted replaced
788:af4f96c38fd9 789:a0aa49fce462
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 CHANNEL="release"
     3 CHANNEL="release"
     4 BRANCH="releases/mozilla-$CHANNEL"
     4 BRANCH="releases/mozilla-$CHANNEL"
     5 RELEASE_TAG="FIREFOX_33_0_2_RELEASE"
     5 RELEASE_TAG="FIREFOX_33_1_RELEASE"
     6 VERSION="33.0.2"
     6 VERSION="33.1"
     7 
     7 
     8 # mozilla
     8 # mozilla
     9 if [ -d mozilla ]; then
     9 if [ -d mozilla ]; then
    10   pushd mozilla
    10   pushd mozilla
    11   _repourl=$(hg paths)
    11   _repourl=$(hg paths)