[ARVADOS] updated: 2.1.0-131-g188872330
Git user
git at public.arvados.org
Thu Sep 23 13:22:02 UTC 2021
Summary of changes:
doc/architecture/keep-data-lifecycle.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 18887233030f6482e5603fece775eeb3acad0956 (commit)
from 4a5a9fd04a23005cb27556b4cf4366eca27157d0 (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 18887233030f6482e5603fece775eeb3acad0956
Author: Ward Vandewege <ward at curii.com>
Date: Thu Sep 23 09:21:54 2021 -0400
Fix typo.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/architecture/keep-data-lifecycle.html.textile.liquid b/doc/architecture/keep-data-lifecycle.html.textile.liquid
index a2e31fb0e..e3253277c 100644
--- a/doc/architecture/keep-data-lifecycle.html.textile.liquid
+++ b/doc/architecture/keep-data-lifecycle.html.textile.liquid
@@ -36,7 +36,7 @@ table(table table-bordered table-condensed).
|_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. list|_. list?include_trash=true|_. can be modified|
|persisted collection|false |null |null |yes |yes |yes |yes |
|expiring collection|false |future |future |yes |yes |yes |yes |
-|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues|
+|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attributes|
|deleted collection|true|past |past |no |no |no |no |
h2(#block_lifecycle). Block lifecycle
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list