[ARVADOS-DEV] updated: fff5527a9d917345367f08f0e2fe2dbb81e00187
git at public.curoverse.com
git at public.curoverse.com
Wed Jan 6 09:36:17 EST 2016
Summary of changes:
jenkins/run-build-packages.sh | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
via fff5527a9d917345367f08f0e2fe2dbb81e00187 (commit)
from bbed885afb9007c5d81ff55af70e8d7be92f8f37 (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 fff5527a9d917345367f08f0e2fe2dbb81e00187
Author: Brett Smith <brett at curoverse.com>
Date: Wed Jan 6 09:36:14 2016 -0500
8104: Pin the pycurl backport version.
Refs #8104.
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 6369087..fc835b7 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -96,7 +96,8 @@ 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 pykka six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
+ ciso8601 pycrypto backports.ssl_match_hostname llfuse \
+ 'pycurl<7.21.5')
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
debian8)
@@ -108,7 +109,8 @@ 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 pykka six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
+ ciso8601 pycrypto backports.ssl_match_hostname llfuse \
+ 'pycurl<7.21.5')
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
ubuntu1204)
@@ -120,7 +122,8 @@ 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 pykka six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
+ ciso8601 pycrypto backports.ssl_match_hostname llfuse \
+ 'pycurl<7.21.5')
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
;;
ubuntu1404)
@@ -131,7 +134,7 @@ case "$TARGET" in
PYTHON3_PKG_PREFIX=python3
PYTHON_BACKPORTS=(pyasn1==0.1.7 pyvcf pyasn1-modules==0.0.5 llfuse ciso8601 \
google-api-python-client six uritemplate oauth2client httplib2 \
- rsa pycurl backports.ssl_match_hostname)
+ rsa 'pycurl<7.21.5' backports.ssl_match_hostname)
PYTHON3_BACKPORTS=(docker-py requests websocket-client)
;;
centos6)
@@ -143,7 +146,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 pykka six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl
+ ciso8601 pycrypto backports.ssl_match_hostname 'pycurl<7.21.5' \
python-daemon lockfile llfuse 'pbr<1.0')
PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
export PYCURL_SSL_LIBRARY=nss
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list