aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua6
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
12local arg, sendArgs = APT.parseArgs({...}) 12local arg, sendArgs = APT.parseArgs({...})
13APT.html = true 13APT.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
22local defaultURL = {scheme = "http"} 16local defaultURL = {scheme = "http"}
23local releases = {"jessie", "ascii", "beowulf", "ceres"} 17local releases = {"jessie", "ascii", "beowulf", "ceres"}