[ARVADOS] updated: 2.3.0-32-gba3dfca2d

Git user git at public.arvados.org
Fri Nov 19 01:17:20 UTC 2021


Summary of changes:
 doc/_includes/_install_debian_key.liquid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  ba3dfca2da03a57a5f732dd6fb7bbaf744add9a5 (commit)
      from  2b70210eedf5ed0cec12a904d04e4c3b33def073 (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 ba3dfca2da03a57a5f732dd6fb7bbaf744add9a5
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Nov 18 20:15:07 2021 -0500

    Using curl against https requires the ca-certificates package, update
    the docs accordingly. Also remove the 'silent' flag from curl so that
    errors are shown.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/_includes/_install_debian_key.liquid b/doc/_includes/_install_debian_key.liquid
index b25674c8c..91b24a8a8 100644
--- a/doc/_includes/_install_debian_key.liquid
+++ b/doc/_includes/_install_debian_key.liquid
@@ -5,8 +5,8 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
 <notextile>
-<pre><code># <span class="userinput">apt-get --no-install-recommends install curl gnupg2</span>
-# <span class="userinput">curl -s https://apt.arvados.org/pubkey.gpg -o /etc/apt/trusted.gpg.d/arvados.asc</span>
+<pre><code># <span class="userinput">apt-get --no-install-recommends install curl gnupg2 ca-certificates</span>
+# <span class="userinput">curl https://apt.arvados.org/pubkey.gpg -o /etc/apt/trusted.gpg.d/arvados.asc</span>
 </code></pre>
 </notextile>
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list