[ARVADOS] updated: 2.1.0-743-g3635df126

Git user git at public.arvados.org
Thu Apr 29 01:28:37 UTC 2021


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

       via  3635df126e84c4530b989e858478e7bbf06470bd (commit)
      from  f5e60e18f701e135e0721307130d0acf6c7da183 (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 3635df126e84c4530b989e858478e7bbf06470bd
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Apr 28 21:28:04 2021 -0400

    The sks-keyservers network is dying. Update our documentation to use
    pgp.mit.edu instead.
    
    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 e74bba21d..adfdff873 100644
--- a/doc/_includes/_install_debian_key.liquid
+++ b/doc/_includes/_install_debian_key.liquid
@@ -8,6 +8,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 <notextile>
 <pre><code># <span class="userinput">apt-get --no-install-recommends install gnupg</span>
-# <span class="userinput">/usr/bin/apt-key adv --keyserver pool.sks-keyservers.net --recv 1078ECD7</span>
+# <span class="userinput">/usr/bin/apt-key adv --keyserver pgp.mit.edu --recv 1078ECD7</span>
 </code></pre>
 </notextile>
diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index 7be699d3f..387f023f2 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -49,7 +49,7 @@ apt-get --no-install-recommends install gpg curl
 h3. Install RVM
 
 <notextile>
-<pre><code># <span class="userinput">gpg --keyserver pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
+<pre><code># <span class="userinput">gpg --keyserver pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
 \curl -sSL https://get.rvm.io | bash -s stable --ruby=2.5
 </span></code></pre></notextile>
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list