scripts/pkgdep: change keyserver for archlinux rdma-core installation
Previously used keyserver keeps rejecting the gpg key. Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: Ifed1d5c4db61f1b6d1e985fa048cc17801046f35 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1329 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
9bf3be9f95
commit
2da5c24d8e
@ -287,7 +287,7 @@ elif [ -f /etc/arch-release ]; then
|
||||
if [[ $INSTALL_RDMA == "true" ]]; then
|
||||
# Additional dependencies for RDMA transport in NVMe over Fabrics
|
||||
if [[ -n "$http_proxy" ]]; then
|
||||
gpg_options=" --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options \"http-proxy=$http_proxy\""
|
||||
gpg_options=" --keyserver hkp://pgp.mit.edu:11371 --keyserver-options \"http-proxy=$http_proxy\""
|
||||
fi
|
||||
su - $SUDO_USER -c "gpg $gpg_options --recv-keys 29F0D86B9C1019B1"
|
||||
su - $SUDO_USER -c "pushd /tmp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user