[ARVADOS] updated: 2.2.2-8-g7f63b6cd1

Git user git at public.arvados.org
Thu Jan 6 18:03:54 UTC 2022


Summary of changes:
 doc/install/arvbox.html.textile.liquid           | 2 +-
 doc/install/salt-multi-host.html.textile.liquid  | 2 +-
 doc/install/salt-single-host.html.textile.liquid | 2 +-
 doc/install/salt.html.textile.liquid             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

       via  7f63b6cd1b0c57221dfb090b29e1f86e8d82a01e (commit)
      from  7d82353fad954d90499ada5667cdc8bf56066bdc (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 7f63b6cd1b0c57221dfb090b29e1f86e8d82a01e
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Jan 6 13:03:44 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/install/arvbox.html.textile.liquid b/doc/install/arvbox.html.textile.liquid
index bf08f5091..765c342f0 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.2-dev:/tools/arvbox/bin/arvbox
+$ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/2.2-release:/tools/arvbox/bin/arvbox
 $ chmod +x arvbox
 $ ./arvbox start localdemo 2.2.1
 $ ./arvbox adduser demouser demo at example.com
diff --git a/doc/install/salt-multi-host.html.textile.liquid b/doc/install/salt-multi-host.html.textile.liquid
index f17575078..cf0ead25d 100644
--- a/doc/install/salt-multi-host.html.textile.liquid
+++ b/doc/install/salt-multi-host.html.textile.liquid
@@ -59,7 +59,7 @@ We added a few "terraform":https://terraform.io/ scripts (https://github.com/arv
 h2(#multi_host). Multi host install using the provision.sh script
 
 {% if site.current_version %}
-{% assign branchname = site.current_version | slice: 1, 5 | append: '-dev' %}
+{% assign branchname = site.current_version | slice: 1, 5 | append: '-release' %}
 {% else %}
 {% assign branchname = 'main' %}
 {% endif %}
diff --git a/doc/install/salt-single-host.html.textile.liquid b/doc/install/salt-single-host.html.textile.liquid
index 6a066f77b..f80b0a658 100644
--- a/doc/install/salt-single-host.html.textile.liquid
+++ b/doc/install/salt-single-host.html.textile.liquid
@@ -26,7 +26,7 @@ h2(#single_host). Single host install using the provision.sh script
 <b>NOTE: The single host installation is not recommended for production use.</b>
 
 {% if site.current_version %}
-{% assign branchname = site.current_version | slice: 1, 5 | append: '-dev' %}
+{% assign branchname = site.current_version | slice: 1, 5 | append: '-release' %}
 {% else %}
 {% assign branchname = 'main' %}
 {% endif %}
diff --git a/doc/install/salt.html.textile.liquid b/doc/install/salt.html.textile.liquid
index 0a5a168b9..e798ada04 100644
--- a/doc/install/salt.html.textile.liquid
+++ b/doc/install/salt.html.textile.liquid
@@ -19,7 +19,7 @@ To ease the installation of the various Arvados components, we have developed a
 
 Saltstack is a Python-based, open-source software for event-driven IT automation, remote task execution, and configuration management. It can be used in a master/minion setup or master-less.
 
-This is a package-based installation method. The Salt scripts to install and configure Arvados using this formula are available at the "tools/salt-install":https://github.com/arvados/arvados/tree/2.2-dev/tools/salt-install directory in the Arvados git repository.
+This is a package-based installation method. The Salt scripts to install and configure Arvados using this formula are available at the "tools/salt-install":https://github.com/arvados/arvados/tree/2.2-release/tools/salt-install directory in the Arvados git repository.
 
 h2(#saltstack). Install Saltstack
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list