From 09fb177855a8065e9f945af591dd4b0132600737 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 1 Jul 2020 19:23:31 +1000 Subject: Remove jessie (it's been archived), promote beowulf (new stable), add chimaera (new testing). --- apt-panopticommon.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 503c131..0c06185 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -5,18 +5,16 @@ APT.rrd = require 'rrd' APT.protocols = {"ftp", "http", "https", "rsync"} APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} -APT.releases = {"jessie", "ascii", "beowulf", "ceres"} +APT.releases = {"ascii", "beowulf", "chimaera", "ceres"} APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} APT.notExist = { - 'jessie-backports', -- No longer existing as this is old stable. - 'jessie-proposed-updates', - 'jessie-updates', - 'beowulf-backports', -- Wont exist until Beowulf goes live. + 'chimaera-backports', + 'chimaera-security', 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 'ceres-proposed-updates', 'ceres-updates', - "ceres-security", + 'ceres-security', } APT.verbosity = -1 -- cgit v1.1