[ARVADOS] updated: 9eb25cddc8bf1d9768d0bb9dae71ac91754e3480
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 1 09:14:45 EST 2016
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9eb25cddc8bf1d9768d0bb9dae71ac91754e3480 (commit)
from bbd84f0a5594fdbf21a967572d4c2b33d7987f2b (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 9eb25cddc8bf1d9768d0bb9dae71ac91754e3480
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 1 09:14:41 2016 -0500
Pin llfuse to 0.41.1 because 0.42 came out and broke things. no issue #
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 1cedd66..fca1edf 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -33,7 +33,7 @@ setup(name='arvados_fuse',
],
install_requires=[
'arvados-python-client >= 0.1.20151118035730',
- 'llfuse>=0.40',
+ 'llfuse==0.41.1',
'python-daemon',
'ciso8601'
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list