mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 389 7ae503655cbe
parent 374 6303420aaf0d
child 406 290d5e871d9a
equal deleted inserted replaced
376:c64534820df9 389:7ae503655cbe
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_26_RELEASE"
     3 RELEASE_TAG="FIREFOX_3_6_27_RELEASE"
     4 VERSION="1.9.2.26"
     4 VERSION="1.9.2.27"
     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