]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: import ubuntu-toolchain-r's key without keyserver
authorKefu Chai <kchai@redhat.com>
Tue, 10 Jul 2018 12:23:48 +0000 (20:23 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 09:18:11 +0000 (11:18 +0200)
commita726799399c32c8ca4a3968919ac39a765f8e617
treef96c2c6cdf35a09f8f9ce46691457fe2c7a0bd3e
parentbe80007eb8018d2bbf545c4e77aaa4c0468306ee
install-deps.sh: import ubuntu-toolchain-r's key without keyserver

we are running into following error recently

gpg: requesting key BA9EF27F from hkp server keyserver.ubuntu.com
gpgkeys: key 1E9377A2BA9EF27F can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver helper general error
gpg: keyserver communications error: unknown pubkey algorithm
gpg: keyserver receive failed: unknown pubkey algorithm

so use the local copy of the pubkey instead

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b94e3790c88d599821b71bc76b20755c9580c081)
install-deps.sh