aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2023-06-22 02:37:07 +1000
committeronefang2023-06-22 02:37:07 +1000
commitf7556246b45eb280d758edea41ed6c21383f080f (patch)
treeb1df7e28f1d694bf1ce3c364d7ff5b9fe4710f08
parentUpdate test packages. (diff)
downloadapt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.zip
apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.gz
apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.bz2
apt-panopticon-f7556246b45eb280d758edea41ed6c21383f080f.tar.xz
Promote daedalus.
-rw-r--r--apt-panopticommon.lua3
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"}
12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'} 12APT.subRels = {'backports', 'proposed-updates', 'security', 'updates'}
13APT.notExist = 13APT.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',