diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | apt-panopticon.lua | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -33,7 +33,7 @@ and [https://git.devuan.org/onefang/apt-panopticon](https://git.devuan.org/onefa | |||
33 | You can get the cgp graphing source code from [https://sledjhamr.org/cgit/apt-panopticon_cgp/]() (main repo) | 33 | You can get the cgp graphing source code from [https://sledjhamr.org/cgit/apt-panopticon_cgp/]() (main repo) |
34 | and [https://git.devuan.org/onefang/apt-panopticon_cgp](https://git.devuan.org/onefang/apt-panopticon_cgp) (Devuan repo). | 34 | and [https://git.devuan.org/onefang/apt-panopticon_cgp](https://git.devuan.org/onefang/apt-panopticon_cgp) (Devuan repo). |
35 | 35 | ||
36 | The issue tracker is at [https://sledjhamr.org/mantisbt/project_page.php?project_id=13](https://sledjhamr.org/mantisbt/project_page.php?project_id=13) | 36 | The issue tracker is at [https://sledjhamr.org/TODO/apt-panopticon/index.HTML](https://sledjhamr.org/TODO/apt-panopticon/index.HTML) |
37 | 37 | ||
38 | 38 | ||
39 | Installation. | 39 | Installation. |
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index a2678f7..50e6177 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -21,7 +21,7 @@ local releaseFiles = | |||
21 | "Release.gpg", -- | 21 | "Release.gpg", -- |
22 | -- "InRelease", -- 3.7 MB | 22 | -- "InRelease", -- 3.7 MB |
23 | -- "main/binary-all/Packages.xz", -- 2.6 GB for all that changed recently. | 23 | -- "main/binary-all/Packages.xz", -- 2.6 GB for all that changed recently. |
24 | -- Contents files. -- 3.3 GB | 24 | -- Contents files. -- 3.3 GB |
25 | -- "main/Contents-all.xz", | 25 | -- "main/Contents-all.xz", |
26 | -- "main/Contents-amd64.xz", | 26 | -- "main/Contents-amd64.xz", |
27 | -- "main/Contents-arm64.xz", | 27 | -- "main/Contents-arm64.xz", |
@@ -36,16 +36,16 @@ local notExist = | |||
36 | local referenceDebs = | 36 | local referenceDebs = |
37 | { | 37 | { |
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2025.03.23_all.deb", |
40 | -- Debian security package. NOTE this one should always be redirected? | 40 | -- Debian security package. NOTE this one should always be redirected? |
41 | "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u5_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u7_all.deb", |
42 | } | 42 | } |
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_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. | 46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2025.06.02_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.7devuan1_amd64.deb", | 48 | "merged/pool/DEVUAN/main/b/base-files/base-files_13.8devuan1_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" |