diff options
| author | onefang | 2024-04-23 19:25:12 +1000 |
|---|---|---|
| committer | onefang | 2024-04-23 19:25:12 +1000 |
| commit | 49f1863ba1f47210c8c16163268feedfb8dd13ac (patch) | |
| tree | 0aa871febdbc5ec252de5ce2f4b0c8309af87516 | |
| parent | Revert the Beovulf change, for now. (diff) | |
| download | apt-panopticon-49f1863ba1f47210c8c16163268feedfb8dd13ac.zip apt-panopticon-49f1863ba1f47210c8c16163268feedfb8dd13ac.tar.gz apt-panopticon-49f1863ba1f47210c8c16163268feedfb8dd13ac.tar.bz2 apt-panopticon-49f1863ba1f47210c8c16163268feedfb8dd13ac.tar.xz | |
Temporary switch to merged/pool/DEBIAN-SECURITY/updates/main/g/glibc/libc6-dev_2.36-9+deb12u6_amd64.deb for a test.
| -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..d558485 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
| @@ -38,7 +38,8 @@ local referenceDebs = | |||
| 38 | -- Debian package. | 38 | -- Debian package. |
| 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.12.24_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.12.24_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/a/apt/apt-transport-https_1.8.2.2_all.deb", | 41 | -- "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", |
| 42 | "merged/pool/DEBIAN-SECURITY/updates/main/g/glibc/libc6-dev_2.36-9+deb12u6_amd64.deb", | ||
| 42 | } | 43 | } |
| 43 | local referenceDevs = | 44 | local referenceDevs = |
| 44 | { | 45 | { |
