mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 308 a5cece1da91f
parent 299 9a09a02dff60
child 330 1c2c7f8923f1
equal deleted inserted replaced
304:162e98678b05 308:a5cece1da91f
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_20_RELEASE"
     3 RELEASE_TAG="FIREFOX_3_6_22_RELEASE"
     4 VERSION="1.9.2.20"
     4 VERSION="1.9.2.22"
     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