aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2025-07-29 19:29:55 +1000
committeronefang2025-07-29 19:29:55 +1000
commit330b0290abc668a7110f57567575df764518d4b9 (patch)
tree75e9c6d93b60fff21a580f8170c9485ca87ac7b0 /apt-panopticommon.lua
parentOut with Beowulf, in with Freia. (diff)
downloadapt-panopticon-330b0290abc668a7110f57567575df764518d4b9.zip
apt-panopticon-330b0290abc668a7110f57567575df764518d4b9.tar.gz
apt-panopticon-330b0290abc668a7110f57567575df764518d4b9.tar.bz2
apt-panopticon-330b0290abc668a7110f57567575df764518d4b9.tar.xz
Tidy up notExist.
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index b27d8d7..1b73e23 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -12,9 +12,10 @@ APT.releases = {"chimaera", "daedalus", "excalibur", "freia", "ceres"}
12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
13APT.notExist = 13APT.notExist =
14{ 14{
15 'excalibur-backports', 15 'chimaera-backports',
16 'excalibur-security', 16-- 'excalibur-backports',
17 'excalibur-updates', 17-- 'excalibur-security',
18-- 'excalibur-updates',
18 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 19 'ceres-backports', -- These will never exist, it's our code name for the testing suite.
19 'ceres-proposed-updates', 20 'ceres-proposed-updates',
20 'ceres-updates', 21 'ceres-updates',