[ARVADOS] updated: 1.1.0-53-gb25f2bd
Git user
git at public.curoverse.com
Thu Oct 19 16:37:18 EDT 2017
Summary of changes:
build/libcloud-pin.sh | 2 +-
services/nodemanager/setup.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via b25f2bdceae4750c8c803853874227dc2d175767 (commit)
from 43b48acab676c1097d393c755e5320b370afa937 (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 b25f2bdceae4750c8c803853874227dc2d175767
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Oct 19 16:36:08 2017 -0400
Update libcloud pin for VHD delete bugfix. refs #12324
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh
index e78838d..f9a0b55 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.dev1
+LIBCLOUD_PIN=2.2.2.dev2
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index cb69817..f3764fc 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -40,14 +40,14 @@ setup(name='arvados-node-manager',
'setuptools'
],
dependency_links=[
- "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.2.dev1.zip"
+ "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.2.dev2.zip"
],
test_suite='tests',
tests_require=[
'requests',
'pbr<1.7.0',
'mock>=1.0',
- 'apache-libcloud==2.2.2.dev1',
+ 'apache-libcloud==2.2.2.dev2',
],
zip_safe=False,
cmdclass={'egg_info': tagger},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list