mozilla-xulrunner192/create-tar.sh
branchmozilla-1.9.2
changeset 240 ec8f4a658086
parent 234 237bdecfe917
child 268 d4132e3628a5
equal deleted inserted replaced
235:69824fcf26be 240:ec8f4a658086
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 RELEASE_TAG="FIREFOX_3_6_15_RELEASE"
     3 RELEASE_TAG="FIREFOX_3_6_16_RELEASE"
     4 VERSION="1.9.2.15"
     4 VERSION="1.9.2.16"
     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