diff options
| author | dvs1 | 2024-12-02 11:54:09 +1000 |
|---|---|---|
| committer | dvs1 | 2024-12-02 11:54:09 +1000 |
| commit | d6f0c85789c06e4bc728e49a8e27b0a56de9e3d0 (patch) | |
| tree | de44a33da01a1da350beb321154af8301a5dd162 | |
| parent | Wrap IPv6 in [], part two. (diff) | |
| download | apt-panopticon-d6f0c85789c06e4bc728e49a8e27b0a56de9e3d0.zip apt-panopticon-d6f0c85789c06e4bc728e49a8e27b0a56de9e3d0.tar.gz apt-panopticon-d6f0c85789c06e4bc728e49a8e27b0a56de9e3d0.tar.bz2 apt-panopticon-d6f0c85789c06e4bc728e49a8e27b0a56de9e3d0.tar.xz | |
up to base-files_13.6devuan1_amd64.deb
Diffstat (limited to '')
| -rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 30bff59..37b7b73 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
| @@ -45,7 +45,7 @@ local referenceDevs = | |||
| 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 | -- 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. | 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.5devuan1_amd64.deb", | 48 | "merged/pool/DEVUAN/main/b/base-files/base-files_13.6devuan1_amd64.deb", |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" | 51 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" |
