aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-12-12 17:21:59 +1000
committeronefang2019-12-12 17:21:59 +1000
commitad9b1c6abab735956e44387f3f1b796e476c6d0e (patch)
tree5e817efeda4e7d206646cef0b5f1905e1736cf41 /apt-panopticon.lua
parentAttempt to clean up after mirrors timeout. (diff)
downloadapt-panopticon-ad9b1c6abab735956e44387f3f1b796e476c6d0e.zip
apt-panopticon-ad9b1c6abab735956e44387f3f1b796e476c6d0e.tar.gz
apt-panopticon-ad9b1c6abab735956e44387f3f1b796e476c6d0e.tar.bz2
apt-panopticon-ad9b1c6abab735956e44387f3f1b796e476c6d0e.tar.xz
Count curl full download timeouts.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 33d1ef3..77cec08 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -802,6 +802,7 @@ if 0 < #arg then
802 if l:find('timed out') ~= nil then 802 if l:find('timed out') ~= nil then
803 E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host) 803 E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host)
804 timeouts = timeouts + 1 804 timeouts = timeouts + 1
805 APT.results["timeout"] = true
805 end 806 end
806 end 807 end
807 end 808 end