[ARVADOS-DEV] updated: 0a0ca0b129c2061db7c6f70e46334500088b984e

git at public.curoverse.com git at public.curoverse.com
Wed Jul 15 13:15:13 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  0a0ca0b129c2061db7c6f70e46334500088b984e (commit)
      from  ea0e43b2e928db9e7ef77977adc789cf44bc81c2 (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 0a0ca0b129c2061db7c6f70e46334500088b984e
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 15 13:14:34 2015 -0400

    Build python3-websocket-client packages, which is now a dependency for
    python3-docker-py, which is a dependency for arvados-docker-cleaner.
    
    No issue #

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 7b1b3d7..95baaba 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -106,7 +106,7 @@ case "$TARGET" in
             rsa uritemplate httplib2 ws4py \
             virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
-        PYTHON3_BACKPORTS=(docker-py six requests)
+        PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
     debian8)
         FORMAT=deb
@@ -122,7 +122,7 @@ case "$TARGET" in
             rsa uritemplate httplib2 ws4py \
             virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
-        PYTHON3_BACKPORTS=(docker-py six requests)
+        PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
     ubuntu1204)
         FORMAT=deb
@@ -138,7 +138,7 @@ case "$TARGET" in
             rsa uritemplate httplib2 ws4py \
             virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
-        PYTHON3_BACKPORTS=(docker-py six requests)
+        PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         ;;
     centos6)
         FORMAT=rpm

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list