diff options
author | onefang | 2019-12-23 13:04:54 +1000 |
---|---|---|
committer | onefang | 2019-12-23 13:04:54 +1000 |
commit | 9e06e4c4c65b52b6c5b3a2865efe2c0e179a7d70 (patch) | |
tree | 13500c726f22aade05a5dbf11847afb82887b0d1 | |
parent | Fork the tarballing of results_old. (diff) | |
download | apt-panopticon-9e06e4c4c65b52b6c5b3a2865efe2c0e179a7d70.zip apt-panopticon-9e06e4c4c65b52b6c5b3a2865efe2c0e179a7d70.tar.gz apt-panopticon-9e06e4c4c65b52b6c5b3a2865efe2c0e179a7d70.tar.bz2 apt-panopticon-9e06e4c4c65b52b6c5b3a2865efe2c0e179a7d70.tar.xz |
A little OCD, didn't matter much.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index f4613ea..355f0fa 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -961,8 +961,8 @@ if 0 < #arg then | |||
961 | 961 | ||
962 | if APT.origin and APT.options.referenceSite.value ~= pu.host then | 962 | if APT.origin and APT.options.referenceSite.value ~= pu.host then |
963 | while 0 < APT.checkExes(downloadLock .. "Release-" .. pu.host .. ".log") do os.execute("sleep 10") end | 963 | while 0 < APT.checkExes(downloadLock .. "Release-" .. pu.host .. ".log") do os.execute("sleep 10") end |
964 | while 0 < APT.checkExes(downloadLock .. "package-" .. pu.host .. ".log") do os.execute("sleep 10") end | ||
965 | while 0 < APT.checkExes(downloadLock .. "Packages-" .. pu.host .. ".log") do os.execute("sleep 10") end | 964 | while 0 < APT.checkExes(downloadLock .. "Packages-" .. pu.host .. ".log") do os.execute("sleep 10") end |
965 | while 0 < APT.checkExes(downloadLock .. "package-" .. pu.host .. ".log") do os.execute("sleep 10") end | ||
966 | os.execute("sleep 5") | 966 | os.execute("sleep 5") |
967 | if not APT.keep then os.execute("rm -fr results/" .. pu.host .. " 2>/dev/null") end | 967 | if not APT.keep then os.execute("rm -fr results/" .. pu.host .. " 2>/dev/null") end |
968 | os.execute('rm results/STATUS_' .. pu.host .. '_* 2>/dev/null') | 968 | os.execute('rm results/STATUS_' .. pu.host .. '_* 2>/dev/null') |