[ARVADOS] updated: f71727b4febac13b77141a62afb6f5313f589399

git at public.curoverse.com git at public.curoverse.com
Sun Mar 29 13:50:36 EDT 2015


Summary of changes:
 doc/api/schema/Repository.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  f71727b4febac13b77141a62afb6f5313f589399 (commit)
      from  75feaad81d9919387c88042ec2b6d61546c4164d (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 f71727b4febac13b77141a62afb6f5313f589399
Author: Brett Smith <brett at curoverse.com>
Date:   Sun Mar 29 13:50:33 2015 -0400

    4253: Fixup repository documentation.

diff --git a/doc/api/schema/Repository.html.textile.liquid b/doc/api/schema/Repository.html.textile.liquid
index 0308f7d..27cc711 100644
--- a/doc/api/schema/Repository.html.textile.liquid
+++ b/doc/api/schema/Repository.html.textile.liquid
@@ -18,6 +18,6 @@ Each Repository has, in addition to the usual "attributes of Arvados resources":
 
 table(table table-bordered table-condensed).
 |_. Attribute|_. Type|_. Description|_. Example|
-|name|string|||
-|fetch_url|string|||
-|push_url|string|||
+|name|string|The name of the repository on disk.  Repository names must begin with a letter and contain only alphanumerics.  Unless the repository is owned by the system user, the name must begin with the owner's username, then be separated from the base repository name with @/@.  You may not create a repository that is owned by a user without a username.|@username/project1@|
+|fetch_url|string|The git remote's fetch URL for the repository.  Read-only.||
+|push_url|string|The git remote's push URL for the repository.  Read-only.||

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list