mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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 tempfile
|
||||||
import time
|
import time
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
URLS = {
|
URLS = {
|
||||||
@ -139,7 +138,7 @@ URLS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
|
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
|
||||||
KEY_SERVER = 'keys.gnupg.net'
|
KEY_SERVER = 'keyserver.ubuntu.com'
|
||||||
|
|
||||||
PROVISION_SCRIPT = '''
|
PROVISION_SCRIPT = '''
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user