From 43671f007a512cb965a267731252e8bab4549e3e Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 15 Apr 2024 16:25:39 +1000 Subject: Add Excalibur. --- apt-panopticommon.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index f9483df..44fa370 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -8,10 +8,13 @@ APT.version = '0.3 alpha' APT.protocols = {"ftp", "http", "https", "rsync"} APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} --APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} -APT.releases = {"chimaera", "daedalus", "ceres"} +APT.releases = {"chimaera", "daedalus", "excalibur", "ceres"} APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} APT.notExist = { + '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