diff options
author | onefang | 2024-04-23 19:35:08 +1000 |
---|---|---|
committer | onefang | 2024-04-23 19:35:08 +1000 |
commit | 245b8a0e4847c8b7b7e369a171f3fcba9d836a67 (patch) | |
tree | b1b2ddb2c6f3e1e14a180ccb1828396455abd7c5 | |
parent | Temporary switch to merged/pool/DEBIAN-SECURITY/updates/main/g/glibc/libc6-de... (diff) | |
download | apt-panopticon-245b8a0e4847c8b7b7e369a171f3fcba9d836a67.zip apt-panopticon-245b8a0e4847c8b7b7e369a171f3fcba9d836a67.tar.gz apt-panopticon-245b8a0e4847c8b7b7e369a171f3fcba9d836a67.tar.bz2 apt-panopticon-245b8a0e4847c8b7b7e369a171f3fcba9d836a67.tar.xz |
Switch back.
-rwxr-xr-x | apt-panopticon.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index d558485..79bdd19 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -38,8 +38,7 @@ 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", | ||
43 | } | 42 | } |
44 | local referenceDevs = | 43 | local referenceDevs = |
45 | { | 44 | { |