aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2024-06-15 12:12:48 +1000
committeronefang2024-06-15 12:12:48 +1000
commit55080242b03d19289993aea9f70a8aa559650ddd (patch)
treedc954e206f34034a96668c2820347df2df0f02f1 /apt-panopticon.lua
parentYen another base-files update. (diff)
downloadapt-panopticon-master.zip
apt-panopticon-master.tar.gz
apt-panopticon-master.tar.bz2
apt-panopticon-master.tar.xz
Switch base-files test to a specific arch, coz _all went away.HEADmaster
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua3
1 files changed, 2 insertions, 1 deletions
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 =
44{ 44{
45 -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. 45 -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error.
46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. 46 "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident.
47 "merged/pool/DEVUAN/main/b/base-files/base-files_13.2devuan1_all.deb", 47 -- 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.
48 "merged/pool/DEVUAN/main/b/base-files/base-files_13.3devuan1_amd64.deb",
48} 49}
49 50
50local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" 51local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg"