From 3209f04adf16694a566fe715c198f593073a8928 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Thu, 25 Apr 2019 17:32:10 +0200
Subject: [PATCH] Changed APT proxy url to test (refs #28781).

---
 tests/test_apt_proxy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_apt_proxy.py b/tests/test_apt_proxy.py
index e738d981..b50ec4da 100755
--- a/tests/test_apt_proxy.py
+++ b/tests/test_apt_proxy.py
@@ -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:
-- 
GitLab