mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 64 7bb1edb78dd5
parent 63 9213a0672227
child 67 a05eb1c8699f
equal deleted inserted replaced
63:9213a0672227 64:7bb1edb78dd5
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_3_RELEASE"
     3 RELEASE_TAG="default"
     4 VERSION="1.9.2.3"
     4 VERSION="1.9.2.4"
     5 
     5 
     6 # mozilla
     6 # mozilla
     7 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla
     7 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla
     8 pushd mozilla
     8 pushd mozilla
     9 hg update -r $RELEASE_TAG
     9 hg update -r $RELEASE_TAG