diff options
| author | onefang | 2024-04-27 11:02:32 +1000 |
|---|---|---|
| committer | onefang | 2024-04-27 11:02:32 +1000 |
| commit | d4b016cd7de1a57df51f19aace7cceff1243796d (patch) | |
| tree | b81dc64c67a076edc95b0c0f2a686ab7a1669e76 | |
| parent | Switch back. (diff) | |
| download | apt-panopticon-d4b016cd7de1a57df51f19aace7cceff1243796d.zip apt-panopticon-d4b016cd7de1a57df51f19aace7cceff1243796d.tar.gz apt-panopticon-d4b016cd7de1a57df51f19aace7cceff1243796d.tar.bz2 apt-panopticon-d4b016cd7de1a57df51f19aace7cceff1243796d.tar.xz | |
Another temporary patch, check for an earlier version of base-files, the current one vanished mysteriousl.
| -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 79bdd19..bb816a1 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_13devuan4_all.deb", | 47 | -- "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", |
| 48 | "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb", | ||
| 48 | } | 49 | } |
| 49 | 50 | ||
| 50 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" | 51 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" |
