[ARVADOS] updated: 8680c8740d128a6fe71b27aad528dea890edaefa
Git user
git at public.curoverse.com
Fri Apr 1 15:17:25 EDT 2016
Summary of changes:
build/run-build-packages.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via 8680c8740d128a6fe71b27aad528dea890edaefa (commit)
from d48af5cfd486b9ea93b57c7f88b80e0305664b0b (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 8680c8740d128a6fe71b27aad528dea890edaefa
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Apr 1 15:16:49 2016 -0400
Fix package building by pinning docker-py to version 1.7.2
No issue #
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 0db324d..f2c77bf 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -95,7 +95,7 @@ case "$TARGET" in
ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
'pycurl<7.21.5' contextlib2 pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro)
- PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
+ PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
;;
debian8)
FORMAT=deb
@@ -109,7 +109,7 @@ case "$TARGET" in
ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro)
- PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
+ PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
;;
ubuntu1204)
FORMAT=deb
@@ -123,7 +123,7 @@ case "$TARGET" in
ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
contextlib2 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro isodate)
- PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
+ PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
;;
ubuntu1404)
FORMAT=deb
@@ -135,7 +135,7 @@ case "$TARGET" in
google-api-python-client==1.4.2 six uritemplate oauth2client==1.5.2 httplib2 \
rsa 'pycurl<7.21.5' backports.ssl_match_hostname pyyaml 'rdflib>=4.2.0' \
shellescape mistune typing avro)
- PYTHON3_BACKPORTS=(docker-py requests websocket-client)
+ PYTHON3_BACKPORTS=(docker-py==1.7.2 requests websocket-client)
;;
centos6)
FORMAT=rpm
@@ -150,7 +150,7 @@ case "$TARGET" in
python-daemon lockfile llfuse==0.41.1 'pbr<1.0' pyyaml \
'rdflib>=4.2.0' shellescape mistune typing avro requests \
isodate pyparsing sparqlwrapper html5lib keepalive)
- PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
+ PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
export PYCURL_SSL_LIBRARY=nss
;;
*)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list