From 6c066fd410453681bd068e153b6bef33ba8a8213 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 24 Apr 2023 09:12:57 +1000 Subject: Remove ASCII completely. --- apt-panopticommon.lua | 3 +-- 1 file changed, 1 insertion(+), 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' APT.protocols = {"ftp", "http", "https", "rsync"} APT.tests = {'raw', 'Integrity', 'Protocol', 'Redirects', 'Updated', 'URLSanity', 'Speed'} --APT.releases = {"jessie", "ascii", "beowulf", "chimaera", "daedalus", "ceres"} -APT.releases = {"ascii", "beowulf", "chimaera", "daedalus", "ceres"} +APT.releases = {"beowulf", "chimaera", "daedalus", "ceres"} APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} APT.notExist = { - 'ascii-security', 'daedalus-backports', 'daedalus-security', 'daedalus-updates', -- cgit v1.1