[ARVADOS-DEV] updated: 9819eac0a0ec331264e58864e66682ae9d436e82
git at public.curoverse.com
git at public.curoverse.com
Thu Sep 24 12:01:33 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 9819eac0a0ec331264e58864e66682ae9d436e82 (commit)
from 469c824c8db7dd960350997b3f4d55bcb3245456 (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 9819eac0a0ec331264e58864e66682ae9d436e82
Author: Brett Smith <brett at curoverse.com>
Date: Thu Sep 24 12:01:20 2015 -0400
7322: Don't backport virtualenv for Arvados.
The Arvados code only needs virtualenv 1.7, which is provided with all
of our supported distros.
run-tests.sh requires 1.8.3 to use the --setuptools switch, but that
can be handled without publishing a backported package.
Refs #7322.
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 396eb92..a6909df 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -96,7 +96,7 @@ case "$TARGET" in
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 requests six pyexecjs jsonschema \
+ pykka requests six pyexecjs jsonschema \
ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
@@ -109,7 +109,7 @@ case "$TARGET" in
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 requests six pyexecjs jsonschema \
+ pykka requests six pyexecjs jsonschema \
ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
@@ -122,7 +122,7 @@ case "$TARGET" in
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 requests six pyexecjs jsonschema \
+ pykka requests six pyexecjs jsonschema \
ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list