MozillaFirefox/create-tar.sh
branchfirefox31
changeset 745 3e65dc8b9b4f
parent 733 b2202fea7983
child 747 080d5e5ef8ca
equal deleted inserted replaced
744:e2d94ddb82f0 745:3e65dc8b9b4f
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 CHANNEL="aurora"
     3 CHANNEL="beta"
     4 BRANCH="releases/mozilla-$CHANNEL"
     4 BRANCH="releases/mozilla-$CHANNEL"
     5 RELEASE_TAG="default"
     5 RELEASE_TAG="FIREFOX_31_0b1_RELEASE"
     6 VERSION="30.98"
     6 VERSION="30.99"
     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)