aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua
diff options
context:
space:
mode:
authoronefang2019-11-05 00:03:18 +1000
committeronefang2019-11-05 00:03:18 +1000
commit6162e5c9805beb261b6357b71ac1a52dd9dfd3e3 (patch)
treec63a7a5c0c3c3efd4e1fa899b3a68903726161e5 /mirror-checker.lua
parentEnd early if the host keeps timing out, and random sleep for retries. (diff)
downloadapt-panopticon-6162e5c9805beb261b6357b71ac1a52dd9dfd3e3.zip
apt-panopticon-6162e5c9805beb261b6357b71ac1a52dd9dfd3e3.tar.gz
apt-panopticon-6162e5c9805beb261b6357b71ac1a52dd9dfd3e3.tar.bz2
apt-panopticon-6162e5c9805beb261b6357b71ac1a52dd9dfd3e3.tar.xz
Add roundRobin as an option.
Diffstat (limited to '')
-rwxr-xr-xmirror-checker.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index e7de781..5b8ab65 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -23,6 +23,12 @@ options =
23 help = "", 23 help = "",
24 value = "pkgmaster.devuan.org", 24 value = "pkgmaster.devuan.org",
25 }, 25 },
26 roundRobin =
27 {
28 typ = "string",
29 help = "",
30 value = "deb.devuan.org",
31 },
26 tests = 32 tests =
27 { 33 {
28 typ = "table", 34 typ = "table",