[ARVADOS] updated: 1.3.0-1321-g508f13840
Git user
git at public.curoverse.com
Tue Jul 16 17:54:47 UTC 2019
Summary of changes:
doc/api/methods/collections.html.textile.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 508f13840841afc5938f7210a999ff58f002b29d (commit)
from 82bcd68d8888b7558584f8b298b6e9611cdb73f8 (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 508f13840841afc5938f7210a999ff58f002b29d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Jul 16 13:54:22 2019 -0400
15422: highlight output/log/mount/container_image
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid
index fdfd90a6c..9f60e2ff1 100644
--- a/doc/api/methods/collections.html.textile.liquid
+++ b/doc/api/methods/collections.html.textile.liquid
@@ -132,8 +132,8 @@ Returns a list of objects in the database that directly or indirectly contribute
The general algorithm is:
-# Visit the container request that produced this collection (via "output_uuid" or "log_uuid" attributes of the container request)
-# Visit the input collections to that container request (via "mounts" and "container_image" of the container request)
+# Visit the container request that produced this collection (via @output_uuid@ or @log_uuid@ attributes of the container request)
+# Visit the input collections to that container request (via @mounts@ and @container_image@ of the container request)
# Iterate until there are no more objects to visit
Arguments:
@@ -148,8 +148,8 @@ Returns a list of objects in the database this collection directly or indirectly
The general algorithm is:
-# Visit containers that take this collection as input (via "mounts" or "container_image" of the container)
-# Visit collections produced by those containers (via "output" or "log" of the container)
+# Visit containers that take this collection as input (via @mounts@ or @container_image@ of the container)
+# Visit collections produced by those containers (via @output@ or @log@ of the container)
# Iterate until there are no more objects to visit
Arguments:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list