diff options
Diffstat (limited to '')
-rw-r--r-- | apt-panopticommon.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 04a339a..8560c1a 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -7,7 +7,8 @@ APT.version = '0.3 alpha' | |||
7 | 7 | ||
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 = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"} | ||
11 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} | 12 | APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} |
12 | APT.notExist = | 13 | APT.notExist = |
13 | { | 14 | { |