[ARVADOS] updated: 83e428528efe18975edfd0493588b0249281dbd5
Git user
git at public.curoverse.com
Wed Aug 30 07:12:02 EDT 2017
Summary of changes:
build/libcloud-pin.sh | 2 +-
services/nodemanager/setup.py | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
via 83e428528efe18975edfd0493588b0249281dbd5 (commit)
from f2019e7042d12088bce45f8c2ad52ec600a4076d (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 83e428528efe18975edfd0493588b0249281dbd5
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Wed Aug 30 08:10:47 2017 -0300
12055: Changed nodemanager's libcloud dependency to use our v2.2
fork.
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 1ddb776..42711e3 100644
--- a/build/libcloud-pin.sh
+++ b/build/libcloud-pin.sh
@@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: AGPL-3.0
-LIBCLOUD_PIN=0.20.2.dev4
\ No newline at end of file
+LIBCLOUD_PIN=2.2.0.dev1
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 0549e76..3f887af 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -32,7 +32,7 @@ setup(name='arvados-node-manager',
('share/doc/arvados-node-manager', ['agpl-3.0.txt', 'README.rst']),
],
install_requires=[
- 'apache-libcloud>=0.20',
+ 'apache-libcloud==2.2.0.dev1',
'arvados-python-client>=0.1.20170731145219',
'future',
'pykka',
@@ -40,14 +40,14 @@ setup(name='arvados-node-manager',
'setuptools'
],
dependency_links=[
- "https://github.com/curoverse/libcloud/archive/apache-libcloud-0.20.2.dev4.zip"
+ "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.0.dev1.zip"
],
test_suite='tests',
tests_require=[
'requests',
'pbr<1.7.0',
'mock>=1.0',
- 'apache-libcloud==0.20.2.dev4',
+ 'apache-libcloud==2.2.0.dev1',
],
zip_safe=False,
cmdclass={'egg_info': tagger},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list