MozillaFirefox/create-tar.sh
changeset 263 64adf7ca3005
parent 262 b680975515e0
child 265 f9de3817b442
equal deleted inserted replaced
262:b680975515e0 263:64adf7ca3005
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 BRANCH="mozilla-central"
     3 BRANCH="mozilla-aurora"
     4 RELEASE_TAG="default"
     4 RELEASE_TAG="default"
     5 VERSION="4.2a"
     5 VERSION="5.0a"
     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