summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-07 17:02:44 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-07 17:02:44 +0100
commit70a87a1d878106aa97205507c3cd3eb9ba1667f2 (patch)
tree1ef06e6bd7a704f07bfd4457c8a8920969c81b1b /tools/compileconfig.py
parent71cc72d3c5e977355ebb0aa8bcb065a08207ec2f (diff)
Create and use the minsize file.
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index a5f013a..84b2a4a 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -374,6 +374,7 @@ def gen_config(nodename, config, localconfig):
plopconfig.append((Symbol("sth_path"), paths["mergedb"] + "/sth"))
plopconfig.append((Symbol("fetched_path"), paths["mergedb"] + "/fetched"))
plopconfig.append((Symbol("verified_path"), paths["mergedb"] + "/verified"))
+ plopconfig.append((Symbol("minsize_path"), paths["mergedb"] + "/minsize"))
reloadableplopconfig.append((Symbol("signing_nodes"), signingnodeaddresses))
reloadableplopconfig.append((Symbol("backup_quorum"), config["backup-quorum-size"]))
allowed_servers += allowed_servers_primarymerge(frontendnodenames, mergesecondarynames, signingnodenames)