[ARVADOS] created: 1.3.0-352-gf8de9009a

Git user git at public.curoverse.com
Thu Feb 21 19:08:50 EST 2019


        at  f8de9009a4b28fbf67c089433b717daee1f0dc2a (commit)


commit f8de9009a4b28fbf67c089433b717daee1f0dc2a
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Thu Feb 21 21:06:00 2019 -0300

    14784: Updates libcloud fork dependency.
    
    libcloud-2.3.1.dev3's azure destroy_node will fail when checking that the node
    goes away and retries are exhausted.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh
index 65e9be568..da12bc13d 100644
--- a/build/libcloud-pin.sh
+++ b/build/libcloud-pin.sh
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=2.3.1.dev2
+LIBCLOUD_PIN=2.3.1.dev3
 
 using_fork=true
 if [[ $using_fork = true ]]; then
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 4f00d54e7..520838add 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -35,7 +35,7 @@ setup(name='arvados-node-manager',
           ('share/doc/arvados-node-manager', ['agpl-3.0.txt', 'README.rst', 'arvados-node-manager.service']),
       ],
       install_requires=[
-          'apache-libcloud>=2.3.1.dev1',
+          'apache-libcloud>=2.3.1.dev3',
           'arvados-python-client>=0.1.20170731145219',
           'future',
           'pykka',
@@ -44,14 +44,14 @@ setup(name='arvados-node-manager',
           'subprocess32>=3.5.1',
       ],
       dependency_links=[
-          "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.3.1.dev1.zip"
+          "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.3.1.dev3.zip"
       ],
       test_suite='tests',
       tests_require=[
           'requests',
           'pbr<1.7.0',
           'mock>=1.0',
-          'apache-libcloud>=2.3.1.dev1',
+          'apache-libcloud>=2.3.1.dev3',
           'subprocess32>=3.5.1',
       ],
       zip_safe=False

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list