mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
container: Use keyserver.ubuntu.com as the default keyserver
Closes: #2091. To avoid current issues with keys.gnupg.net. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
3ff823e837
commit
02ea2106bc
@ -126,7 +126,6 @@ import sys
|
||||
import tempfile
|
||||
import time
|
||||
import urllib.parse
|
||||
|
||||
from urllib.request import urlopen
|
||||
|
||||
URLS = {
|
||||
@ -139,7 +138,7 @@ URLS = {
|
||||
}
|
||||
|
||||
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
|
||||
KEY_SERVER = 'keys.gnupg.net'
|
||||
KEY_SERVER = 'keyserver.ubuntu.com'
|
||||
|
||||
PROVISION_SCRIPT = '''
|
||||
set -x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user