Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update to mozdownload 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Feb 22, 2013
1 parent e60b796 commit 8bba05c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions linux/build.sh
Expand Up @@ -3,10 +3,9 @@
VERSION_MOZMILL=$1

VERSION_MERCURIAL=2.1
VERSION_MOZDOWNLOAD=1.6
VERSION_PYTHON=$(python -c "import sys;print sys.version[:3]")

VERSION_MOZDOWNLOAD=1.4

ENV_DIR=mozmill-env
TARGET_ARCHIVE=$(dirname $(pwd))/$VERSION_MOZMILL-$(basename $(pwd)).zip

Expand Down
3 changes: 1 addition & 2 deletions mac/build.sh
Expand Up @@ -3,10 +3,9 @@
VERSION_MOZMILL=$1

VERSION_MERCURIAL=2.1
VERSION_MOZDOWNLOAD=1.6
VERSION_PYTHON=$(python -c "import sys;print sys.version[:3]")

VERSION_MOZDOWNLOAD=1.4

ENV_DIR=mozmill-env
TARGET_ARCHIVE=$(dirname $(pwd))/$VERSION_MOZMILL-$(basename $(pwd)).zip

Expand Down
1 change: 0 additions & 1 deletion upload.sh
Expand Up @@ -3,4 +3,3 @@
TARGET_LOCATION="/var/www/html/mozmill-env/"

scp *.zip mozqa:$TARGET_LOCATION
rm *.zip
3 changes: 1 addition & 2 deletions windows/build.py
Expand Up @@ -14,8 +14,7 @@


VERSION_MERCURIAL = "2.1"

VERSION_MOZDOWNLOAD = "1.4"
VERSION_MOZDOWNLOAD = "1.6"

base_dir = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 8bba05c

Please sign in to comment.