diff options
| -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', |
