[ARVADOS] updated: ef4e4a34213975ed9c1dcd9d4a2efb26f51d027a
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 16 10:59:46 EST 2015
Summary of changes:
services/fuse/arvados_fuse/__init__.py | 1 +
1 file changed, 1 insertion(+)
via ef4e4a34213975ed9c1dcd9d4a2efb26f51d027a (commit)
from 7b877a2be249c5e4ab9ab5d73cb68906ca3113d8 (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 ef4e4a34213975ed9c1dcd9d4a2efb26f51d027a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 16 11:01:58 2015 -0500
5095: _mtime on collection defaults to 0 instead of time.time().
diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 8c19c31..71c4ee5 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -306,6 +306,7 @@ class CollectionDirectory(Directory):
self._mtime = convertTime(collection.get('modified_at'))
else:
self.collection_locator = collection
+ self._mtime = 0
def same(self, i):
return i['uuid'] == self.collection_locator or i['portable_data_hash'] == self.collection_locator
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list