mozilla-xulrunner20/create-tar.sh
branchmozilla-2.0
changeset 266 0c52b02bd7c2
parent 239 99a267a3f1d3
equal deleted inserted replaced
252:5477a696d8f6 266:0c52b02bd7c2
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="releases/mozilla-2.0"
     3 BRANCH="releases/mozilla-2.0"
     4 RELEASE_TAG="FIREFOX_4_0rc2_RELEASE"
     4 RELEASE_TAG="FIREFOX_4_0_1_RELEASE"
     5 VERSION="2.0.0"
     5 VERSION="2.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