diff options
author | onefang | 2019-12-23 13:02:25 +1000 |
---|---|---|
committer | onefang | 2019-12-23 13:02:25 +1000 |
commit | 62acbf2bd4cf52d79da22f6b1f96d10267825d60 (patch) | |
tree | f4d5631b9ec21a715fde7a3ff55619c9933db99b | |
parent | Some more timeout tweaks. (diff) | |
download | apt-panopticon-62acbf2bd4cf52d79da22f6b1f96d10267825d60.zip apt-panopticon-62acbf2bd4cf52d79da22f6b1f96d10267825d60.tar.gz apt-panopticon-62acbf2bd4cf52d79da22f6b1f96d10267825d60.tar.bz2 apt-panopticon-62acbf2bd4cf52d79da22f6b1f96d10267825d60.tar.xz |
Change the default files we do HEAD checks on.
-rwxr-xr-x | apt-panopticon.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 019da1d..4861fa0 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -43,15 +43,14 @@ local notExist = | |||
43 | local referenceDebs = | 43 | local referenceDebs = |
44 | { | 44 | { |
45 | -- Debian package. | 45 | -- Debian package. |
46 | "merged/pool/DEBIAN/main/d/dash/dash_0.5.8-2.4_amd64.deb", | 46 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.09.24_all.deb", |
47 | -- Debian security package. NOTE this one should always be redirected? | 47 | -- Debian security package. NOTE this one should always be redirected? |
48 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb", | 48 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb", |
49 | } | 49 | } |
50 | local referenceDevs = | 50 | local referenceDevs = |
51 | { | 51 | { |
52 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 52 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
53 | "merged/pool/DEVUAN/main/d/desktop-base/desktop-base_3.0_all.deb", | 53 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2017.10.03_all.deb", |
54 | "merged/pool/DEVUAN/main/u/util-linux/util-linux_2.32.1-0.1+devuan2.1_amd64.deb", | ||
55 | } | 54 | } |
56 | 55 | ||
57 | local curlStatus = | 56 | local curlStatus = |