diff options
author | onefang | 2023-04-24 00:15:52 +1000 |
---|---|---|
committer | onefang | 2023-04-24 00:15:52 +1000 |
commit | 7412cd11f3e532642bc77e8df1df34cc39f907e8 (patch) | |
tree | 0aa5461493d2af55eb614c65bdc8acf070547159 | |
parent | Remove jessie, it went away to the old releases home. (diff) | |
download | apt-panopticon-7412cd11f3e532642bc77e8df1df34cc39f907e8.zip apt-panopticon-7412cd11f3e532642bc77e8df1df34cc39f907e8.tar.gz apt-panopticon-7412cd11f3e532642bc77e8df1df34cc39f907e8.tar.bz2 apt-panopticon-7412cd11f3e532642bc77e8df1df34cc39f907e8.tar.xz |
Disable ascii-security.
-rw-r--r-- | apt-panopticommon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 8560c1a..720a942 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -12,6 +12,7 @@ APT.releases = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"} | |||
12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} | 12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} |
13 | APT.notExist = | 13 | APT.notExist = |
14 | { | 14 | { |
15 | 'ascii-security', | ||
15 | 'daedalus-backports', | 16 | 'daedalus-backports', |
16 | 'daedalus-security', | 17 | 'daedalus-security', |
17 | 'daedalus-updates', | 18 | 'daedalus-updates', |