]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils: import ubuntu-toolchain-r's key without keyserver 1076/head
authorKefu Chai <kchai@redhat.com>
Mon, 9 Jul 2018 15:08:41 +0000 (23:08 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 9 Jul 2018 15:12:24 +0000 (23:12 +0800)
commit94a9a2af0c58bea46856f426aab282db6d856a6d
tree1ce2821ebe03d3e34606df4417bc6a5311ac74ea
parentf15a312849b172ff70e6c8d7ff5ca152457aefef
build_utils: 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>
scripts/build_utils.sh