mozilla-xulrunner193/create-tar.sh
changeset 94 7177cac23915
parent 85 eccead3edf2c
equal deleted inserted replaced
93:16a885bc7016 94:7177cac23915
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="mozilla-central"
     3 BRANCH="mozilla-central"
     4 RELEASE_TAG="default"
     4 RELEASE_TAG="default"
     5 VERSION="1.9.3a"
     5 VERSION="2.0b"
     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