diff options
author | onefang | 2019-12-31 14:31:43 +1000 |
---|---|---|
committer | onefang | 2019-12-31 14:31:43 +1000 |
commit | f825cb73bc4a82f3f6cedbbe54bac3761f184680 (patch) | |
tree | 65ef1889d2c10115ec8c0f2d7f57cc65719ea082 | |
parent | Check redirects we must do, and ones we must not, and more avoiding the rabbi... (diff) | |
download | apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.zip apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.gz apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.bz2 apt-panopticon-f825cb73bc4a82f3f6cedbbe54bac3761f184680.tar.xz |
TODO--
Diffstat (limited to '')
-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"} |