summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2016-11-02 13:10:37 +0100
committerMagnus Ahltorp <map@kth.se>2016-11-02 13:10:37 +0100
commitb48c1689e36bdcc65a34b4ab12763478b072a716 (patch)
treef812f21492567b97aecba2c80dc0ce97a8e6eb6a /tools/compileconfig.py
parent6659a1c08dda0d6ec20f945e135b23b544db55a4 (diff)
Change algorithm for merge backup and merge dist
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 7ba2fac..1fa352e 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -129,7 +129,8 @@ def allowed_clients_frontend(mergenodenames, primarymergenode):
return [
("/plop/v1/frontend/sendentry", mergenodenames),
("/plop/v1/frontend/sendlog", mergenodenames),
- ("/plop/v1/frontend/sendsth", [primarymergenode]),
+ ("/plop/v1/frontend/publish-sth", [primarymergenode]),
+ ("/plop/v1/frontend/verify-entries", [primarymergenode]),
("/plop/v1/frontend/currentposition", mergenodenames),
("/plop/v1/frontend/missingentries", mergenodenames),
]