diff options
-rwxr-xr-x | apt-panopticon.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index ede6b6b..35545d9 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -12,12 +12,6 @@ local C = APT.C | |||
12 | local arg, sendArgs = APT.parseArgs({...}) | 12 | local arg, sendArgs = APT.parseArgs({...}) |
13 | APT.html = true | 13 | APT.html = true |
14 | 14 | ||
15 | --[[ TODO - What to do about HTTPS://deb.devuan.org/ redirects. | ||
16 | Some mirrors give a 404. | ||
17 | Sledjhamr gives a 404, coz it's not listening on 443 for deb.devuan.org. | ||
18 | Some mirrors give a 200. | ||
19 | They shouldn't have the proper certificate, but are giving a result anyway. | ||
20 | ]] | ||
21 | 15 | ||
22 | local defaultURL = {scheme = "http"} | 16 | local defaultURL = {scheme = "http"} |
23 | local releases = {"jessie", "ascii", "beowulf", "ceres"} | 17 | local releases = {"jessie", "ascii", "beowulf", "ceres"} |