aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-11-09 21:15:01 +1000
committeronefang2021-11-09 21:15:01 +1000
commite64345c878079d68cdd14ee4adfb1ee685d94b2f (patch)
treee21c383307c46deab8422e9a7e0dc328b44f8ab8
parentUse releases from apt-panopticommon. (diff)
downloadapt-panopticon-e64345c878079d68cdd14ee4adfb1ee685d94b2f.zip
apt-panopticon-e64345c878079d68cdd14ee4adfb1ee685d94b2f.tar.gz
apt-panopticon-e64345c878079d68cdd14ee4adfb1ee685d94b2f.tar.bz2
apt-panopticon-e64345c878079d68cdd14ee4adfb1ee685d94b2f.tar.xz
Add back Jessie, and promote Chimaera, and add Daedalus.
-rw-r--r--apt-panopticommon.lua7
1 files 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'
5 5
6APT.protocols = {"ftp", "http", "https", "rsync"} 6APT.protocols = {"ftp", "http", "https", "rsync"}
7APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} 7APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'}
8APT.releases = {"ascii", "beowulf", "chimaera", "ceres"} 8APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"}
9APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 9APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
10APT.notExist = 10APT.notExist =
11{ 11{
12 'chimaera-backports', 12 'daedalus-backports',
13 'chimaera-security', 13 'daedalus-security',
14 'daedalus-updates',
14 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 15 'ceres-backports', -- These will never exist, it's our code name for the testing suite.
15 'ceres-proposed-updates', 16 'ceres-proposed-updates',
16 'ceres-updates', 17 'ceres-updates',