From e64345c878079d68cdd14ee4adfb1ee685d94b2f Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 9 Nov 2021 21:15:01 +1000 Subject: Add back Jessie, and promote Chimaera, and add Daedalus. --- apt-panopticommon.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 0862b77..221c7e3 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -5,12 +5,13 @@ APT.rrd = require 'rrd' APT.protocols = {"ftp", "http", "https", "rsync"} APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} -APT.releases = {"ascii", "beowulf", "chimaera", "ceres"} +APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} APT.notExist = { - 'chimaera-backports', - 'chimaera-security', + 'daedalus-backports', + 'daedalus-security', + 'daedalus-updates', 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 'ceres-proposed-updates', 'ceres-updates', -- cgit v1.1