You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/04/20 20:30:21 UTC

[geode] branch develop updated: Change keyserver back to mit because reasons.

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 07d6a74  Change keyserver back to mit because reasons.
07d6a74 is described below

commit 07d6a741d7cfdd406f56265706bd51416f003007
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Fri Apr 20 12:55:46 2018 -0700

    Change keyserver back to mit because reasons.
    
    Signed-off-by: Sean Goller <sg...@pivotal.io>
---
 ci/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index 6651d4e..20ca122 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -39,7 +39,7 @@ RUN chmod +x /usr/local/bin/tini \
   && echo "deb http://packages.cloud.google.com/apt cloud-sdk-$(lsb_release -c -s) main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
   && curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
   && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
-  && apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
+  && apt-key adv --keyserver hkp://pgp.mit.edu --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
   && apt-get update \
   && apt-get purge lxc-docker \
   && apt-get install -y --no-install-recommends \

-- 
To stop receiving notification emails like this one, please contact
abaker@apache.org.