diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-26 23:59:30 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-27 00:00:14 +0100 |
commit | db1c5cf0eeba9b47a3f89bebc1abd9985ee9fef7 (patch) | |
tree | 13bb97720c65e0ff0c0a518c480410f94f5a40e6 /tools/compileconfig.py | |
parent | f38b28bfe90ac9c35c8b2edcf296720e189f7083 (diff) |
Provide function for calculating entryhash from entryentryhash-merge
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 30424c5..e3d9ee0 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -188,6 +188,8 @@ def gen_config(nodename, config, localconfig): if nodetype == "frontendnodes": plopconfig += [ (Symbol("sth_path"), paths["db"] + "sth"), + (Symbol("entryhash_from_entry"), + (Symbol("catlfish"), Symbol("entryhash_from_entry"))), ] signingnode = config["signingnodes"][0] |