[ARVADOS] updated: 0e9c8241e683d331a8491bc3a7f5a734df4c0dd2

git at public.curoverse.com git at public.curoverse.com
Tue Nov 25 08:57:31 EST 2014


Summary of changes:
 doc/api/schema/Job.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0e9c8241e683d331a8491bc3a7f5a734df4c0dd2 (commit)
      from  a28d3645016c76a8f7e0e4b3c6237a73e9f0f3e3 (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 0e9c8241e683d331a8491bc3a7f5a734df4c0dd2
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Nov 25 08:57:24 2014 -0500

    4027: Fixup documentation from last commit.

diff --git a/doc/api/schema/Job.html.textile.liquid b/doc/api/schema/Job.html.textile.liquid
index e583041..29bb901 100644
--- a/doc/api/schema/Job.html.textile.liquid
+++ b/doc/api/schema/Job.html.textile.liquid
@@ -53,7 +53,7 @@ h3. Runtime constraints
 
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Implemented|
-|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.  If you use this, you must also specify a @docker_image@ constraint (see below).||
+|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.  If you use this, you must also specify a @docker_image@ constraint (see below).|✓|
 |docker_image|string|The Docker image that this Job needs to run.  If specified, Crunch will create a Docker container from this image, and run the Job's script inside that.  The Keep mount and work directories will be available as volumes inside this container.  The image must be uploaded to Arvados using @arv keep docker at .  You may specify the image in any format that Docker accepts, such as @arvados/jobs@, @debian:latest@, or the Docker image id.  Alternatively, you may specify the UUID or portable data hash of the image Collection, returned by @arv keep docker at .|✓|
 |min_nodes|integer||✓|
 |max_nodes|integer|||

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list