]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: import ubuntu-toolchain-r's key without keyserver 22964/head
authorKefu Chai <kchai@redhat.com>
Tue, 10 Jul 2018 12:23:48 +0000 (20:23 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 10 Jul 2018 12:24:02 +0000 (20:24 +0800)
commitb94e3790c88d599821b71bc76b20755c9580c081
tree4568518b3fa5540ca5ea75c1a7e37acc9701b46d
parent6350750cb7cf554a30f1e95efa2f1f8660c66603
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>
install-deps.sh