From 28bad659ca79c1b8109168f2934e13259eba0216 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 6 Oct 2022 02:06:16 +1000 Subject: Give up on using devuan-keyring as a Devuan reference package, try base-files instead. --- apt-panopticon.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 258dfc5..dcae1ad 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -43,7 +43,8 @@ local referenceDebs = local referenceDevs = { -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. - "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.09.24_all.deb", +-- "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident. + "merged/pool/DEVUAN/main/b/base-files/base-files_12.2devuan2_all.deb", } local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" -- cgit v1.1