Add ubuntu1204 target to run-build-packages.sh
authorWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 19:04:35 +0000 (15:04 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 19:04:35 +0000 (15:04 -0400)
refs #6389

jenkins/run-build-packages.sh

index 37dc5a40142ba63f5f45ae473613c9c8b338089a..fd5a385de83f920ecbd4ed56c4d8bcb01b2cee90 100755 (executable)
@@ -97,6 +97,22 @@ case "$TARGET" in
         FPM_OUTDIR=tmp
         REPO_UPDATE_CMD='freight add *deb apt/wheezy && freight cache && rm -f *deb'
 
+        PYTHON2_PACKAGE=python$PYTHON2_VERSION
+        PYTHON2_PKG_PREFIX=python
+        PYTHON3_PACKAGE=python$PYTHON3_VERSION
+        PYTHON3_PKG_PREFIX=python3
+        PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
+            oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
+            rsa uritemplate httplib2 ws4py \
+            virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
+            ciso8601 pycrypto backports.ssl_match_hostname pycurl)
+        PYTHON3_BACKPORTS=(docker-py six requests)
+        ;;
+    ubuntu1204)
+        FORMAT=deb
+        FPM_OUTDIR=tmp
+        REPO_UPDATE_CMD='freight add *deb apt/precise && freight cache && rm -f *deb'
+
         PYTHON2_PACKAGE=python$PYTHON2_VERSION
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION