[ARVADOS] updated: 340d6a03a20592e3ba1c69340dbdf70070e43e82

git at public.curoverse.com git at public.curoverse.com
Fri May 8 21:47:24 EDT 2015


Summary of changes:
 doc/install/create-standard-objects.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  340d6a03a20592e3ba1c69340dbdf70070e43e82 (commit)
      from  7ea61e9c890706e1ac020143072ea0a6e17894ab (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 340d6a03a20592e3ba1c69340dbdf70070e43e82
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri May 8 21:47:02 2015 -0400

    Fix install instructions: create arvados repository.
    
    closes #5988

diff --git a/doc/install/create-standard-objects.html.textile.liquid b/doc/install/create-standard-objects.html.textile.liquid
index 4e105e8..6901ea3 100644
--- a/doc/install/create-standard-objects.html.textile.liquid
+++ b/doc/install/create-standard-objects.html.textile.liquid
@@ -13,7 +13,7 @@ This will be readable by the "All users" group, and therefore by every active us
 <pre><code>~$ <span class="userinput">prefix=`arv --format=uuid user current | cut -d- -f1`</span>
 ~$ <span class="userinput">echo "Site prefix is '$prefix'"</span>
 ~$ <span class="userinput">all_users_group_uuid="$prefix-j7d0g-fffffffffffffff"</span>
-~$ <span class="userinput">repo_uuid=`arv --format=uuid repository create --repository '{"name":"arvados"}'`</span>
+~$ <span class="userinput">repo_uuid=`arv --format=uuid repository create --repository '{"owner_uuid":"$prefix-tpzed-000000000000000", "name":"arvados"}'`</span>
 ~$ <span class="userinput">echo "Arvados repository uuid is '$repo_uuid'"</span>
 ~$ <span class="userinput">read -rd $'\000' newlink <<EOF; arv link create --link "$newlink"</span>
 <span class="userinput">{

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list