diff options
author | onefang | 2021-11-09 21:15:01 +1000 |
---|---|---|
committer | onefang | 2021-11-09 21:15:01 +1000 |
commit | e64345c878079d68cdd14ee4adfb1ee685d94b2f (patch) | |
tree | e21c383307c46deab8422e9a7e0dc328b44f8ab8 | |
parent | Use releases from apt-panopticommon. (diff) | |
download | apt-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.
Diffstat (limited to '')
-rw-r--r-- | apt-panopticommon.lua | 7 |
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 | ||
6 | APT.protocols = {"ftp", "http", "https", "rsync"} | 6 | APT.protocols = {"ftp", "http", "https", "rsync"} |
7 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} | 7 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} |
8 | APT.releases = {"ascii", "beowulf", "chimaera", "ceres"} | 8 | APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} |
9 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} | 9 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} |
10 | APT.notExist = | 10 | APT.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', |