MozillaFirefox/create-tar.sh
branchfirefox32
changeset 761 c748af0c7534
parent 759 b2ae89c6dea9
child 763 9f6de8c8a5c5
child 768 af83869ba02e
equal deleted inserted replaced
760:7c3ac3010cc6 761:c748af0c7534
     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_32_0_RELEASE"
     5 RELEASE_TAG="FIREFOX_32_0_1_RELEASE"
     6 VERSION="32.0"
     6 VERSION="32.0.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)