aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 8a18c4b..16ed737 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -42,19 +42,19 @@ APT.options =
42 referenceSite = 42 referenceSite =
43 { 43 {
44 typ = "string", 44 typ = "string",
45 help = "", 45 help = "The mirror that is used as a reference, coz the oters sync to it.",
46 value = "pkgmaster.devuan.org", 46 value = "pkgmaster.devuan.org",
47 }, 47 },
48 roundRobin = 48 roundRobin =
49 { 49 {
50 typ = "string", 50 typ = "string",
51 help = "", 51 help = "The round robin DNS name.",
52 value = "deb.devuan.org", 52 value = "deb.devuan.org",
53 }, 53 },
54 tests = 54 tests =
55 { 55 {
56 typ = "table", 56 typ = "table",
57 help = "", 57 help = "A list of the tests, see the documentation for details.",
58 value = 58 value =
59 { 59 {
60 "IPv4", 60 "IPv4",
@@ -103,7 +103,7 @@ APT.options =
103 reports = 103 reports =
104 { 104 {
105 typ = "table", 105 typ = "table",
106 help = "", 106 help = "A list of the reports generated.",
107 value = 107 value =
108 { 108 {
109 "RRD", -- RRD has to be before web, coz web creates a graph from the RRD data. 109 "RRD", -- RRD has to be before web, coz web creates a graph from the RRD data.