diff options
| author | onefang | 2025-07-29 14:14:36 +1000 |
|---|---|---|
| committer | onefang | 2025-07-29 14:14:36 +1000 |
| commit | 3c75999d617047b3cc9c827b0640c74ca1a52c7e (patch) | |
| tree | b236551f4c0e0698f5c45d6616821799389ac5f0 | |
| parent | Try direct to the tracker page. (diff) | |
| download | apt-panopticon-3c75999d617047b3cc9c827b0640c74ca1a52c7e.zip apt-panopticon-3c75999d617047b3cc9c827b0640c74ca1a52c7e.tar.gz apt-panopticon-3c75999d617047b3cc9c827b0640c74ca1a52c7e.tar.bz2 apt-panopticon-3c75999d617047b3cc9c827b0640c74ca1a52c7e.tar.xz | |
Out with Beowulf, in with Freia.
| -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 982ff21..b27d8d7 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 = {"beowulf","chimaera", "daedalus", "excalibur", "ceres"} | 11 | APT.releases = {"chimaera", "daedalus", "excalibur", "freia", "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 | { |
