diff options
author | onefang | 2023-04-24 09:12:57 +1000 |
---|---|---|
committer | onefang | 2023-04-24 09:12:57 +1000 |
commit | 6c066fd410453681bd068e153b6bef33ba8a8213 (patch) | |
tree | 077dcc179fa8df9faa0ac47a4dae16bb6756a1c9 | |
parent | Disable ascii-security. (diff) | |
download | apt-panopticon-6c066fd410453681bd068e153b6bef33ba8a8213.zip apt-panopticon-6c066fd410453681bd068e153b6bef33ba8a8213.tar.gz apt-panopticon-6c066fd410453681bd068e153b6bef33ba8a8213.tar.bz2 apt-panopticon-6c066fd410453681bd068e153b6bef33ba8a8213.tar.xz |
Remove ASCII completely.
-rw-r--r-- | apt-panopticommon.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 720a942..3694435 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -8,11 +8,10 @@ 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 = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"} | 11 | APT.releases = {"beowulf", "chimaera", "daedalus", "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 | 'ascii-security', | ||
16 | 'daedalus-backports', | 15 | 'daedalus-backports', |
17 | 'daedalus-security', | 16 | 'daedalus-security', |
18 | 'daedalus-updates', | 17 | 'daedalus-updates', |