[ARVADOS] updated: 1.1.4-193-g922d651
Git user
git at public.curoverse.com
Fri May 4 13:29:29 EDT 2018
Summary of changes:
services/fuse/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
discards 8600dd885c2e3100d83afec792d0eac582ff349e (commit)
via 922d651bce0ea7084578e4b6ee26a036c6ac7003 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (8600dd885c2e3100d83afec792d0eac582ff349e)
\
N -- N -- N (922d651bce0ea7084578e4b6ee26a036c6ac7003)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 922d651bce0ea7084578e4b6ee26a036c6ac7003
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri May 4 13:26:04 2018 -0400
Avoid broken llfuse 1.3.4 ("pip install" fails).
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 9fd2586..153d142 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -39,7 +39,8 @@ setup(name='arvados_fuse',
],
install_requires=[
'arvados-python-client >= 0.1.20151118035730',
- 'llfuse>=1.2',
+ # llfuse 1.3.4 fails to install via pip
+ 'llfuse >=1.2, <1.3.4',
'python-daemon',
'ciso8601',
'setuptools'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list