[ARVADOS] updated: 2.3.2-3-gb54a01daf
Git user
git at public.arvados.org
Thu Jan 6 18:00:43 UTC 2022
Summary of changes:
doc/_includes/_branchname.liquid | 2 +-
doc/install/arvbox.html.textile.liquid | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via b54a01daf24713143ba7f5f85dafd1d9d0c78a0f (commit)
from d1828fefa997bcd6257c39ca6f6f605a5a32707a (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 b54a01daf24713143ba7f5f85dafd1d9d0c78a0f
Author: Ward Vandewege <ward at curii.com>
Date: Thu Jan 6 13:00:18 2022 -0500
Release branches were renamed.
refs #18249
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/_includes/_branchname.liquid b/doc/_includes/_branchname.liquid
index 7180e09ce..f1d869ba9 100644
--- a/doc/_includes/_branchname.liquid
+++ b/doc/_includes/_branchname.liquid
@@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
{% endcomment %}
{% if site.current_version and site.current_version != 'main' %}
-{% assign branchname = site.current_version | slice: 1, 3 | append: '-dev' %}
+{% assign branchname = site.current_version | slice: 1, 3 | append: '-release' %}
{% else %}
{% assign branchname = 'main' %}
{% endif %}
diff --git a/doc/install/arvbox.html.textile.liquid b/doc/install/arvbox.html.textile.liquid
index 8e787d5a2..5c4548d65 100644
--- a/doc/install/arvbox.html.textile.liquid
+++ b/doc/install/arvbox.html.textile.liquid
@@ -14,7 +14,7 @@ Arvbox is a Docker-based self-contained development, demonstration and testing e
h2. Quick start
<pre>
-$ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/2.3-dev:/tools/arvbox/bin/arvbox
+$ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/2.3-release:/tools/arvbox/bin/arvbox
$ chmod +x arvbox
$ ./arvbox start localdemo 2.3.0
$ ./arvbox adduser demouser demo at example.com
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list