apt-keys-crans: proxy via odlyd
This commit is contained in:
parent
bf400bd80a
commit
bd63303630
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ nounou=conn.search(u"(&(gpgFingerprint=*)(droits=nounou))")
|
|||
fpr=[u['gpgFingerprint'][0].value for u in nounou]
|
||||
|
||||
def refresh_keys():
|
||||
p = Popen(['gpg', '--keyserver', 'komaz.adm.crans.org', '--recv-keys'] + fpr, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
|
||||
p = Popen(['gpg', '--keyserver', 'odlyd.adm.crans.org', '--recv-keys'] + fpr, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
|
||||
# ret = (stdoutdata, stderrdata) if stdout/stderr sent to PIPE
|
||||
ret = p.communicate()
|
||||
if ret[1]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue