mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 278 436c76ab5f25
parent 268 d4132e3628a5
child 299 9a09a02dff60
equal deleted inserted replaced
274:e86384773149 278:436c76ab5f25
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
     3 RELEASE_TAG="FIREFOX_3_6_18_RELEASE"
     4 VERSION="1.9.2.17"
     4 VERSION="1.9.2.18"
     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