aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2023-04-18 14:02:09 +1000
committeronefang2023-04-18 14:02:09 +1000
commit893328bda47a2adecb978366d6ce147fec9dd104 (patch)
tree4568f1bce62e9036b88cfc88ebab21de9ead4ea5
parentUpdate which base-files version to check. (diff)
downloadapt-panopticon-893328bda47a2adecb978366d6ce147fec9dd104.zip
apt-panopticon-893328bda47a2adecb978366d6ce147fec9dd104.tar.gz
apt-panopticon-893328bda47a2adecb978366d6ce147fec9dd104.tar.bz2
apt-panopticon-893328bda47a2adecb978366d6ce147fec9dd104.tar.xz
Remove jessie, it went away to the old releases home.
-rw-r--r--apt-panopticommon.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 04a339a..8560c1a 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -7,7 +7,8 @@ APT.version = '0.3 alpha'
7 7
8APT.protocols = {"ftp", "http", "https", "rsync"} 8APT.protocols = {"ftp", "http", "https", "rsync"}
9APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} 9APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'}
10APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} 10--APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"}
11APT.releases = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"}
11APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
12APT.notExist = 13APT.notExist =
13{ 14{