diff options
author | Magnus Ahltorp <map@kth.se> | 2016-11-02 13:10:37 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2016-11-02 13:10:37 +0100 |
commit | b48c1689e36bdcc65a34b4ab12763478b072a716 (patch) | |
tree | f812f21492567b97aecba2c80dc0ce97a8e6eb6a /tools/compileconfig.py | |
parent | 6659a1c08dda0d6ec20f945e135b23b544db55a4 (diff) |
Change algorithm for merge backup and merge dist
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 3 |
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), ] |