diff options
author | onefang | 2022-10-06 02:06:16 +1000 |
---|---|---|
committer | onefang | 2022-10-06 02:06:16 +1000 |
commit | 28bad659ca79c1b8109168f2934e13259eba0216 (patch) | |
tree | 0c3a275b347e720dc2220e9edd97d69973b4e898 | |
parent | Yet another update to the Devuan keyring. (diff) | |
download | apt-panopticon-28bad659ca79c1b8109168f2934e13259eba0216.zip apt-panopticon-28bad659ca79c1b8109168f2934e13259eba0216.tar.gz apt-panopticon-28bad659ca79c1b8109168f2934e13259eba0216.tar.bz2 apt-panopticon-28bad659ca79c1b8109168f2934e13259eba0216.tar.xz |
Give up on using devuan-keyring as a Devuan reference package, try base-files instead.
-rwxr-xr-x | apt-panopticon.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 = | |||
43 | local referenceDevs = | 43 | 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_2022.09.24_all.deb", | 46 | -- "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2022.10.03_all.deb", -- Devuan keeps changing this since the key expiry incident. |
47 | "merged/pool/DEVUAN/main/b/base-files/base-files_12.2devuan2_all.deb", | ||
47 | } | 48 | } |
48 | 49 | ||
49 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" | 50 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" |