diff options
author | onefang | 2024-04-15 16:25:39 +1000 |
---|---|---|
committer | onefang | 2024-04-15 16:25:39 +1000 |
commit | 43671f007a512cb965a267731252e8bab4549e3e (patch) | |
tree | d6d80f7e0f79420ccb4b9c5e1c6a80c5f1f99072 | |
parent | Remove Beowulf, it's been archived. (diff) | |
download | apt-panopticon-43671f007a512cb965a267731252e8bab4549e3e.zip apt-panopticon-43671f007a512cb965a267731252e8bab4549e3e.tar.gz apt-panopticon-43671f007a512cb965a267731252e8bab4549e3e.tar.bz2 apt-panopticon-43671f007a512cb965a267731252e8bab4549e3e.tar.xz |
Add Excalibur.
-rw-r--r-- | apt-panopticommon.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index f9483df..44fa370 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -8,10 +8,13 @@ APT.version = '0.3 alpha' | |||
8 | APT.protocols = {"ftp", "http", "https", "rsync"} | 8 | APT.protocols = {"ftp", "http", "https", "rsync"} |
9 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} | 9 | APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} |
10 | --APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} | 10 | --APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} |
11 | APT.releases = {"chimaera", "daedalus", "ceres"} | 11 | APT.releases = {"chimaera", "daedalus", "excalibur", "ceres"} |
12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} | 12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} |
13 | APT.notExist = | 13 | APT.notExist = |
14 | { | 14 | { |
15 | 'excalibur-backports', | ||
16 | 'excalibur-security', | ||
17 | 'excalibur-updates', | ||
15 | 'ceres-backports', -- These will never exist, it's our code name for the testing suite. | 18 | 'ceres-backports', -- These will never exist, it's our code name for the testing suite. |
16 | 'ceres-proposed-updates', | 19 | 'ceres-proposed-updates', |
17 | 'ceres-updates', | 20 | 'ceres-updates', |