[ARVADOS-DEV] updated: 2b9b7518a60a71315a1504bf96b3182122bec702

Git user git at public.curoverse.com
Wed Mar 9 16:22:17 EST 2016


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

       via  2b9b7518a60a71315a1504bf96b3182122bec702 (commit)
      from  8eda2e72fc37cdb9f947c19ad994ac094aa0a507 (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 2b9b7518a60a71315a1504bf96b3182122bec702
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Mar 7 14:28:10 2016 -0500

    8345: Uninstall old llfuse from reused virtualenv, if necessary.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 1289095..a17d610 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -425,6 +425,12 @@ pip freeze 2>/dev/null | egrep ^apache-libcloud==$LIBCLOUD_PIN \
     || pip install --pre --ignore-installed https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip >/dev/null \
     || fatal "pip install apache-libcloud failed"
 
+# Uninstall old llfuse, because services/fuse "pip install" won't
+# upgrade it by default.
+if pip freeze | egrep '^llfuse==0\.41\.'; then
+    yes | pip uninstall 'llfuse<0.42'
+fi
+
 # Deactivate Python 2 virtualenv
 deactivate
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list