mozilla-xulrunner20/create-tar.sh
changeset 229 298263f797be
parent 226 6bf3bb4c115e
child 236 a4f5954df3a3
equal deleted inserted replaced
228:9ba8fb8909c4 229:298263f797be
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="mozilla-central"
     3 BRANCH="mozilla-central"
     4 RELEASE_TAG="FIREFOX_4_0b11_RELEASE"
     4 RELEASE_TAG="FIREFOX_4_0b12_RELEASE"
     5 VERSION="2.0b11"
     5 VERSION="2.0b12"
     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