xulrunner/create-tar.sh
branchfirefox7
changeset 337 cf16b6560dd1
parent 334 1256d8842872
child 340 aabcc7895695
equal deleted inserted replaced
336:32fed23c19f5 337:cf16b6560dd1
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="releases/mozilla-release"
     3 BRANCH="releases/mozilla-release"
     4 RELEASE_TAG="FIREFOX_7_0_RELEASE"
     4 RELEASE_TAG="FIREFOX_7_0_1_RELEASE"
     5 VERSION="7.0"
     5 VERSION="7.0.1"
     6 
     6 
     7 # mozilla
     7 # mozilla
     8 hg clone http://hg.mozilla.org/$BRANCH mozilla
     8 hg clone http://hg.mozilla.org/$BRANCH mozilla
     9 pushd mozilla
     9 pushd mozilla
    10 [ "$RELEASE_TAG" == "default" ] || hg update -r $RELEASE_TAG
    10 [ "$RELEASE_TAG" == "default" ] || hg update -r $RELEASE_TAG