MozillaFirefox/create-tar.sh
changeset 539 b1134fe91f9a
parent 536 66730e3b1735
child 562 9069817b5cac
child 563 8349c239bff9
equal deleted inserted replaced
529:4812378b5646 539:b1134fe91f9a
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 CHANNEL="aurora"
     3 CHANNEL="aurora"
     4 BRANCH="releases/mozilla-$CHANNEL"
     4 BRANCH="releases/mozilla-$CHANNEL"
     5 RELEASE_TAG="default"
     5 RELEASE_TAG="default"
     6 VERSION="15.98"
     6 VERSION="16.98"
     7 
     7 
     8 # mozilla
     8 # mozilla
     9 echo "cloning $BRANCH..."
     9 echo "cloning $BRANCH..."
    10 hg clone http://hg.mozilla.org/$BRANCH mozilla
    10 hg clone http://hg.mozilla.org/$BRANCH mozilla
    11 pushd mozilla
    11 pushd mozilla