aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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',