diff options
author | onefang | 2025-07-29 19:29:55 +1000 |
---|---|---|
committer | onefang | 2025-07-29 19:29:55 +1000 |
commit | 330b0290abc668a7110f57567575df764518d4b9 (patch) | |
tree | 75e9c6d93b60fff21a580f8170c9485ca87ac7b0 /apt-panopticommon.lua | |
parent | Out with Beowulf, in with Freia. (diff) | |
download | apt-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.lua | 7 |
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"} | |||
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 | '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', |