aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2023-04-24 00:15:52 +1000
committeronefang2023-04-24 00:15:52 +1000
commit7412cd11f3e532642bc77e8df1df34cc39f907e8 (patch)
tree0aa5461493d2af55eb614c65bdc8acf070547159
parentRemove jessie, it went away to the old releases home. (diff)
downloadapt-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.lua1
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"}
12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
13APT.notExist = 13APT.notExist =
14{ 14{
15 'ascii-security',
15 'daedalus-backports', 16 'daedalus-backports',
16 'daedalus-security', 17 'daedalus-security',
17 'daedalus-updates', 18 'daedalus-updates',