[buildinfo.debian.net] 01/05: Use pgpkeys.mit.edu as our keyserver; seems to work.
    Chris Lamb 
    chris at chris-lamb.co.uk
       
    Fri Nov  4 12:27:24 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository buildinfo.debian.net.
commit 057d7a95031ba8c51ae10ea1b742534fcb5e82a3
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Nov 4 12:21:33 2016 +0000
    Use pgpkeys.mit.edu as our keyserver; seems to work.
---
 bidb/keys/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bidb/keys/tasks.py b/bidb/keys/tasks.py
index 990f1ee..df800f0 100644
--- a/bidb/keys/tasks.py
+++ b/bidb/keys/tasks.py
@@ -14,7 +14,7 @@ def update_or_create_key(uid):
             check_output2((
                 'gpg',
                 '--homedir', homedir,
-                '--keyserver', 'http://p80.pool.sks-keyservers.net/',
+                '--keyserver', 'pgpkeys.mit.edu',
                 '--recv-keys', uid,
             ))
         except subprocess.CalledProcessError as exc:
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git
    
    
More information about the Reproducible-commits
mailing list