summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-26 23:59:30 +0100
committerMagnus Ahltorp <map@kth.se>2015-03-27 00:00:14 +0100
commitdb1c5cf0eeba9b47a3f89bebc1abd9985ee9fef7 (patch)
tree13bb97720c65e0ff0c0a518c480410f94f5a40e6 /tools
parentf38b28bfe90ac9c35c8b2edcf296720e189f7083 (diff)
Provide function for calculating entryhash from entry
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py2
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]