Bug #18253
closed[doc] add alternate way to get our gpg key
Description
We currently say (on https://doc.arvados.org/v2.2/install/packages.html)
# apt-get --no-install-recommends install gnupg # /usr/bin/apt-key adv --keyserver pgp.mit.edu --recv 1078ECD7
The pgp.mit.edu keyserver is quite unreliable. We also publish our key at http://apt.arvados.org/pubkey.gpg.
Update the docs: replace pgp.mit.edu with keyserver.ubuntu.com which seems more reliable. Also add the alternate access method via curl. Finally, stop using apt-key to add the key, it is no longer recommended (and even on Ubuntu 18.04 the new way works, dropping a file in /etc/apt/trusted.gpg.d/).
Also update the path for the public key at rpm.arvados.org (leaving the old path accessible via a symlink) and update the doc accordingly.
Updated by Ward Vandewege over 3 years ago
- Status changed from New to In Progress
Updated by Ward Vandewege over 3 years ago
Ready for review at 735650984cac29cbc371bf8a11550a0f93ea92e2 on branch 18253-doc-gpg-key-updates
Updated by Ward Vandewege over 3 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-private:commit:arvados|42df913507f45fad98b950e6aa7d0cf71ae92e67.