From 330b0290abc668a7110f57567575df764518d4b9 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 29 Jul 2025 19:29:55 +1000 Subject: Tidy up notExist. --- apt-panopticommon.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apt-panopticommon.lua') 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"} APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} APT.notExist = { - 'excalibur-backports', - 'excalibur-security', - 'excalibur-updates', + 'chimaera-backports', +-- 'excalibur-backports', +-- 'excalibur-security', +-- 'excalibur-updates', 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 'ceres-proposed-updates', 'ceres-updates', -- cgit v1.1