mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 268 d4132e3628a5
parent 240 ec8f4a658086
child 278 436c76ab5f25
equal deleted inserted replaced
246:ea1f88b778f7 268:d4132e3628a5
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_16_RELEASE"
     3 RELEASE_TAG="FIREFOX_3_6_17_RELEASE"
     4 VERSION="1.9.2.16"
     4 VERSION="1.9.2.17"
     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