[ARVADOS] updated: 1.1.3-130-g69ae9c5

Git user git at public.curoverse.com
Mon Mar 5 16:17:10 EST 2018


Summary of changes:
 build/run-tests.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  69ae9c5a8d7e2df93ece51afd4eb471c745eb84c (commit)
      from  8e2a634e2b0ef180f30db5322233244b142f93f6 (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 69ae9c5a8d7e2df93ece51afd4eb471c745eb84c
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Mon Mar 5 18:16:03 2018 -0300

    12268: Remove libcloud fork installation attempt on run-tests.sh
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index d18250a..2f35999 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -529,10 +529,9 @@ pip freeze 2>/dev/null | egrep ^PyYAML= \
     || pip install PyYAML >/dev/null \
     || fatal "pip install PyYAML failed"
 
-# Preinstall forked version of libcloud, because nodemanager "pip install"
+# Preinstall libcloud, because nodemanager "pip install"
 # won't pick it up by default.
 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 \
     || pip install apache-libcloud>=$LIBCLOUD_PIN >/dev/null \
     || fatal "pip install apache-libcloud failed"
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list