diff options
author | onefang | 2024-04-16 10:06:54 +1000 |
---|---|---|
committer | onefang | 2024-04-16 10:06:54 +1000 |
commit | 9ff04f5ab37871cc4b75f4b73c1802ae47f15e33 (patch) | |
tree | b1b2ddb2c6f3e1e14a180ccb1828396455abd7c5 | |
parent | Add Excalibur. (diff) | |
download | apt-panopticon-9ff04f5ab37871cc4b75f4b73c1802ae47f15e33.zip apt-panopticon-9ff04f5ab37871cc4b75f4b73c1802ae47f15e33.tar.gz apt-panopticon-9ff04f5ab37871cc4b75f4b73c1802ae47f15e33.tar.bz2 apt-panopticon-9ff04f5ab37871cc4b75f4b73c1802ae47f15e33.tar.xz |
Revert the Beovulf change, for now.
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 44fa370..e31c22f 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -8,7 +8,7 @@ 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", "excalibur", "ceres"} | 11 | APT.releases = {"beowulf","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 | { |