[ARVADOS-DEV] updated: fc1a358d5403e87bfdeca2d0c510362576a8c2e4
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 24 17:39:21 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fc1a358d5403e87bfdeca2d0c510362576a8c2e4 (commit)
from 06dd898fe349cbc5a16fb5f6daf2b563fbb3c936 (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 fc1a358d5403e87bfdeca2d0c510362576a8c2e4
Author: Nico Cesar <nico at curoverse.com>
Date: Mon Aug 24 17:35:20 2015 -0400
7041: pyvcf was missing from backports in trusty
refs #7041
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index fed66e5..96bcea0 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -123,7 +123,7 @@ case "$TARGET" in
PYTHON2_PKG_PREFIX=python
PYTHON3_PACKAGE=python$PYTHON3_VERSION
PYTHON3_PKG_PREFIX=python3
- PYTHON_BACKPORTS=(pyasn1==0.1.7 pyasn1-modules==0.0.5 llfuse ciso8601 \
+ PYTHON_BACKPORTS=(pyasn1==0.1.7 pyvcf pyasn1-modules==0.0.5 llfuse ciso8601 \
google-api-python-client six uritemplate oauth2client httplib2 \
rsa apache-libcloud pycurl backports.ssl_match_hostname)
PYTHON3_BACKPORTS=(docker-py requests websocket-client)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list