From d4b016cd7de1a57df51f19aace7cceff1243796d Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 27 Apr 2024 11:02:32 +1000 Subject: Another temporary patch, check for an earlier version of base-files, the current one vanished mysteriousl. --- apt-panopticon.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 79bdd19..bb816a1 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -44,7 +44,8 @@ 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_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. - "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", +-- "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", + "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb", } local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" -- cgit v1.1