diff options
| author | onefang | 2023-04-18 14:02:09 +1000 |
|---|---|---|
| committer | onefang | 2023-04-18 14:02:09 +1000 |
| commit | 893328bda47a2adecb978366d6ce147fec9dd104 (patch) | |
| tree | 4568f1bce62e9036b88cfc88ebab21de9ead4ea5 | |
| parent | Update which base-files version to check. (diff) | |
| download | apt-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.lua | 3 |
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 | ||
| 8 | APT.protocols = {"ftp", "http", "https", "rsync"} | 8 | APT.protocols = {"ftp", "http", "https", "rsync"} |
| 9 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} | 9 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} |
| 10 | APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} | 10 | --APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} |
| 11 | APT.releases = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"} | ||
| 11 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} | 12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} |
| 12 | APT.notExist = | 13 | APT.notExist = |
| 13 | { | 14 | { |
