aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-12-31 14:31:43 +1000
committeronefang2019-12-31 14:31:43 +1000
commitf825cb73bc4a82f3f6cedbbe54bac3761f184680 (patch)
tree65ef1889d2c10115ec8c0f2d7f57cc65719ea082 /apt-panopticon.lua
parentCheck redirects we must do, and ones we must not, and more avoiding the rabbi... (diff)
downloadapt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.zip
apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.gz
apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.bz2
apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.xz
TODO--
Diffstat (limited to 'apt-panopticon.lua')
-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"}