[ARVADOS-DEV] updated: f5d864c9681464e9984c92ccfd72189b5985d8b2
git at public.curoverse.com
git at public.curoverse.com
Fri Jun 26 15:05:07 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
via f5d864c9681464e9984c92ccfd72189b5985d8b2 (commit)
from 598d191de7ae6033ababaefcfcfc973e13ccdcbe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f5d864c9681464e9984c92ccfd72189b5985d8b2
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jun 26 15:04:35 2015 -0400
Add ubuntu1204 target to run-build-packages.sh
refs #6389
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 37dc5a4..fd5a385 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -108,6 +108,22 @@ case "$TARGET" in
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
+ 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)
+ ;;
centos6)
FORMAT=rpm
FPM_OUTDIR=rpm
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list