From 55080242b03d19289993aea9f70a8aa559650ddd Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 15 Jun 2024 12:12:48 +1000 Subject: Switch base-files test to a specific arch, coz _all went away. --- apt-panopticon.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 5658d48..403cfa0 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_13.2devuan1_all.deb", + -- Hmmm used to be _all, but it was split to the individual archs. Seems pointless, each one is the same size as the previous all. + "merged/pool/DEVUAN/main/b/base-files/base-files_13.3devuan1_amd64.deb", } local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" -- cgit v1.1