Skip to content
Snippets Groups Projects
Verified Commit f4165ac6 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

Merge branch 'master' of git.ubicast.net:mediaserver/envsetup

parents 9752504a 3209f04a
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ conf_servers = (
for s in conf_servers:
v = conf.get(s)
try:
url = 'https://%s/old-releases.ubuntu.com/ubuntu/dists/lucid/Release.gpg' % v
url = 'https://%s/panel.ubicast.eu/old-releases.ubuntu.com/ubuntu/dists/lucid/Release.gpg' % v
print('Checking url certificate %s' % url)
d = requests.get(url, verify=False).text
if 'BEGIN PGP SIGNATURE' not in d:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment