aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-12-12 13:48:12 +1000
committeronefang2019-12-12 13:48:12 +1000
commit1c35706740187b850f68f76887bdc830ca3cd066 (patch)
treeb901a2950f08fee0840b573a9ec4d3f4852266e2 /apt-panopticon.lua
parentAdd timeout and speed bits to the data padding function. (diff)
downloadapt-panopticon-1c35706740187b850f68f76887bdc830ca3cd066.zip
apt-panopticon-1c35706740187b850f68f76887bdc830ca3cd066.tar.gz
apt-panopticon-1c35706740187b850f68f76887bdc830ca3cd066.tar.bz2
apt-panopticon-1c35706740187b850f68f76887bdc830ca3cd066.tar.xz
Whitespace--
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 2c0b86e..c5b76b3 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -681,7 +681,7 @@ if 0 < #arg then
681 if 4 > (totalTimeouts) then 681 if 4 > (totalTimeouts) then
682 if APT.origin and (APT.options.roundRobin.value ~= pu.host) then 682 if APT.origin and (APT.options.roundRobin.value ~= pu.host) then
683 while 0 < APT.checkExes(downloadLock .. "META-" .. pu.host .. ".lock") do os.execute("sleep 10") end 683 while 0 < APT.checkExes(downloadLock .. "META-" .. pu.host .. ".lock") do os.execute("sleep 10") end
684 os.execute( "rm -f results/" .. pu.host .. ".curl 2>/dev/null; rm -f results/curl-META-" .. pu.host .. ".lock 2>/dev/null; " .. 684 os.execute( "rm -f results/" .. pu.host .. ".curl 2>/dev/null; rm -f results/curl-META-" .. pu.host .. ".lock 2>/dev/null; " ..
685 "mv results/curl-META-" .. pu.host .. ".log results/curl-Release-" .. pu.host .. ".log") 685 "mv results/curl-META-" .. pu.host .. ".log results/curl-Release-" .. pu.host .. ".log")
686 for i, n in pairs(releases) do 686 for i, n in pairs(releases) do
687 for l, o in pairs(releaseFiles) do 687 for l, o in pairs(releaseFiles) do