[ARVADOS] updated: 2.2.2-6-g878dfd097
Git user
git at public.arvados.org
Sun Oct 10 15:31:41 UTC 2021
Summary of changes:
doc/_includes/_install_debian_key.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 878dfd0975e4b28af14a1cc0dde8737463f22cc4 (commit)
from 8343737dfc825aba04385acb750e5d172da4c38e (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 878dfd0975e4b28af14a1cc0dde8737463f22cc4
Author: Ward Vandewege <ward at curii.com>
Date: Sun Oct 10 11:30:32 2021 -0400
Documentation: silence the curl command to get our Arvados package signing key.
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 1d5f73a4d..b25674c8c 100644
--- a/doc/_includes/_install_debian_key.liquid
+++ b/doc/_includes/_install_debian_key.liquid
@@ -6,7 +6,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
<notextile>
<pre><code># <span class="userinput">apt-get --no-install-recommends install curl gnupg2</span>
-# <span class="userinput">curl https://apt.arvados.org/pubkey.gpg -o /etc/apt/trusted.gpg.d/arvados.asc</span>
+# <span class="userinput">curl -s 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