[ARVADOS] updated: 1.4.2-16-ga282597c4
Git user
git at public.arvados.org
Tue Jan 21 14:05:08 UTC 2020
Summary of changes:
doc/_includes/_install_compute_docker.liquid | 1 +
sdk/cli/Gemfile | 1 +
2 files changed, 2 insertions(+)
via a282597c417ac4f670055eee42c90828d212bb05 (commit)
from 502eeae62a21874fb8b5d377b06b6e75c1c429a8 (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 a282597c417ac4f670055eee42c90828d212bb05
Author: Ward Vandewege <ward at jhvc.com>
Date: Tue Jan 21 09:04:45 2020 -0500
Add missing definition of `all_users_group_uuid` on the compute node
install page.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
diff --git a/doc/_includes/_install_compute_docker.liquid b/doc/_includes/_install_compute_docker.liquid
index ea3640e52..4a600724b 100644
--- a/doc/_includes/_install_compute_docker.liquid
+++ b/doc/_includes/_install_compute_docker.liquid
@@ -56,6 +56,7 @@ Here we create a default project for the standard Arvados Docker images, and giv
<notextile>
<pre><code>~$ <span class="userinput">uuid_prefix=`arv --format=uuid user current | cut -d- -f1`</span>
+~$ <span class="userinput">all_users_group_uuid="$uuid_prefix-j7d0g-fffffffffffffff"</span>
~$ <span class="userinput">project_uuid=`arv --format=uuid group create --group "{\"owner_uuid\":\"$uuid_prefix-tpzed-000000000000000\", \"group_class\":\"project\", \"name\":\"Arvados Standard Docker Images\"}"`</span>
~$ <span class="userinput">echo "Arvados project uuid is '$project_uuid'"</span>
~$ <span class="userinput">read -rd $'\000' newlink <<EOF; arv link create --link "$newlink"</span>
diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile
index f34204e02..1234eb271 100644
--- a/sdk/cli/Gemfile
+++ b/sdk/cli/Gemfile
@@ -5,4 +5,5 @@
source 'https://rubygems.org'
gemspec
gem 'minitest', '>= 5.0.0'
+gem 'signet', '< 0.12.0'
gem 'rake'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list