mozilla-xulrunner20/create-tar.sh
changeset 220 2538fd6a51be
parent 210 f4f4388b26a8
child 226 6bf3bb4c115e
equal deleted inserted replaced
219:b20cf866bb49 220:2538fd6a51be
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="mozilla-central"
     3 BRANCH="mozilla-central"
     4 RELEASE_TAG="FIREFOX_4_0b9_RELEASE"
     4 RELEASE_TAG="FIREFOX_4_0b10_RELEASE"
     5 VERSION="2.0b9"
     5 VERSION="2.0b10"
     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