aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-12-24 19:29:28 +1000
committeronefang2019-12-24 19:29:28 +1000
commitfed579ce4053d96b22527c57b369809227d498b7 (patch)
tree21f006c2ba33ca8b7ff879298194db001b5cb1c9 /apt-panopticon.lua
parentActually test DEBIAN packages. (diff)
downloadapt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.zip
apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.gz
apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.bz2
apt-panopticon-fed579ce4053d96b22527c57b369809227d498b7.tar.xz
Whitespace clean up.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 694e343..cb9b665 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -344,9 +344,9 @@ checkHEAD = function (host, URL, r, retry, sanity)
344 E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host) 344 E(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL, PU.scheme, "", host)
345 end 345 end
346 else 346 else
347 if not APT.testing(PU.scheme, host) then 347 if not APT.testing(PU.scheme, host) then
348 W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host) 348 W("Not supported, but works " .. PU.scheme .. " " .. host .. " -> " .. URL, PU.scheme, "", host)
349 end 349 end
350 I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL) 350 I(" " .. code .. " " .. cstr .. ". " .. check .. " " .. host .. " -> " .. URL)
351-- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through. 351-- timeouts = timeouts - 1 -- Backoff the timeouts count if we managed to get through.
352 if nil ~= location then 352 if nil ~= location then