Skip to content
Snippets Groups Projects
Commit 3209f04a authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed APT proxy url to test (refs #28781).

parent 2f3691d4
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ conf_servers = ( ...@@ -35,7 +35,7 @@ conf_servers = (
for s in conf_servers: for s in conf_servers:
v = conf.get(s) v = conf.get(s)
try: 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) print('Checking url certificate %s' % url)
d = requests.get(url, verify=False).text d = requests.get(url, verify=False).text
if 'BEGIN PGP SIGNATURE' not in d: 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