aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua10
1 files 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'
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 = {"jessie", "ascii", "beowulf", "ceres"} 8APT.releases = {"ascii", "beowulf", "chimaera", "ceres"}
9APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 9APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
10APT.notExist = 10APT.notExist =
11{ 11{
12 'jessie-backports', -- No longer existing as this is old stable. 12 'chimaera-backports',
13 'jessie-proposed-updates', 13 'chimaera-security',
14 'jessie-updates',
15 'beowulf-backports', -- Wont exist until Beowulf goes live.
16 'ceres-backports', -- These will never exist, it's our code name for the testing suite. 14 'ceres-backports', -- These will never exist, it's our code name for the testing suite.
17 'ceres-proposed-updates', 15 'ceres-proposed-updates',
18 'ceres-updates', 16 'ceres-updates',
19 "ceres-security", 17 'ceres-security',
20} 18}
21 19
22APT.verbosity = -1 20APT.verbosity = -1