[ARVADOS-DEV] updated: 5a9879c969a110494880301464c80d648fcd560b

git at public.curoverse.com git at public.curoverse.com
Wed Sep 30 11:12:29 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  5a9879c969a110494880301464c80d648fcd560b (commit)
      from  a9f03b2a636cbc7dc16628a5de8701cc66e04871 (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 5a9879c969a110494880301464c80d648fcd560b
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Sep 30 11:11:59 2015 -0400

    7356: CentOS 6 needs a Python 3 backport for websocket-client.
    
    Refs #7356.

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index a6909df..f813ac1 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -149,7 +149,7 @@ case "$TARGET" in
             pykka requests six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl
             python-daemon lockfile llfuse)
-        PYTHON3_BACKPORTS=(docker-py six requests)
+        PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         export PYCURL_SSL_LIBRARY=nss
         ;;
     *)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list