diff options
author | onefang | 2023-06-22 02:37:07 +1000 |
---|---|---|
committer | onefang | 2023-06-22 02:37:07 +1000 |
commit | f7556246b45eb280d758edea41ed6c21383f080f (patch) | |
tree | b1df7e28f1d694bf1ce3c364d7ff5b9fe4710f08 | |
parent | Update test packages. (diff) | |
download | apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.zip apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.gz apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.bz2 apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.xz |
Promote daedalus.
Diffstat (limited to '')
-rw-r--r-- | apt-panopticommon.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 3694435..02c46f6 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -12,9 +12,6 @@ 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 | 'daedalus-backports', | ||
16 | 'daedalus-security', | ||
17 | 'daedalus-updates', | ||
18 | 'ceres-backports', -- These will never exist, it's our code name for the testing suite. | 15 | 'ceres-backports', -- These will never exist, it's our code name for the testing suite. |
19 | 'ceres-proposed-updates', | 16 | 'ceres-proposed-updates', |
20 | 'ceres-updates', | 17 | 'ceres-updates', |