[ARVADOS-DEV] updated: a0c5e16c9709e4785c92489bc5347e8fbd8f3b5e
git at public.curoverse.com
git at public.curoverse.com
Fri Jun 26 17:09:58 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via a0c5e16c9709e4785c92489bc5347e8fbd8f3b5e (commit)
from 0e301da832ce612d42488c2ad69addf1f44ee85f (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 a0c5e16c9709e4785c92489bc5347e8fbd8f3b5e
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jun 26 17:09:03 2015 -0400
Make sure to also build a backported package for python-llfuse. We need
it for writeable fuse.
refs #3198
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index df0a852..dca4c25 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -105,7 +105,7 @@ case "$TARGET" in
oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
rsa uritemplate httplib2 ws4py \
virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl)
+ ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
PYTHON3_BACKPORTS=(docker-py six requests)
;;
ubuntu1204)
@@ -121,7 +121,7 @@ case "$TARGET" in
oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
rsa uritemplate httplib2 ws4py \
virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
- ciso8601 pycrypto backports.ssl_match_hostname pycurl)
+ ciso8601 pycrypto backports.ssl_match_hostname pycurl llfuse)
PYTHON3_BACKPORTS=(docker-py six requests)
;;
centos6)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list