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