[ARVADOS] created: 1.1.2-167-g318d42f
Git user
git at public.curoverse.com
Fri Feb 2 13:04:03 EST 2018
at 318d42f0d64cfca262eae5e902ea6fecb724c89a (commit)
commit 318d42f0d64cfca262eae5e902ea6fecb724c89a
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Feb 2 15:01:53 2018 -0300
12268: Update the libcloud dependency to our forked version 2.2.2.dev4
that's really 2.3.0 release candidate from the libcloud project, to
be able to do some stress testing.
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 4182575..c795bb8 100644
--- a/build/libcloud-pin.sh
+++ b/build/libcloud-pin.sh
@@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: AGPL-3.0
-LIBCLOUD_PIN=2.2.2.dev3
+LIBCLOUD_PIN=2.2.2.dev4
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 64545eb..7b02357 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -44,14 +44,14 @@ setup(name='arvados-node-manager',
'setuptools'
],
dependency_links=[
- "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.2.dev3.zip"
+ "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.2.dev4.zip"
],
test_suite='tests',
tests_require=[
'requests',
'pbr<1.7.0',
'mock>=1.0',
- 'apache-libcloud==2.2.2.dev3',
+ 'apache-libcloud==2.2.2.dev4',
],
zip_safe=False,
cmdclass={'egg_info': tagger},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list