diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-27 16:35:21 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-01-30 09:54:08 +0100 |
commit | 2e54755b9afacdb2d001b7ad4a81a8a23b6f43e0 (patch) | |
tree | b258faa94aaf6115dda8dc5117c443b2d5e8d6df /tools/merge_fetch.py | |
parent | 6df4a9012f03af16779ae4172831367881b4090b (diff) |
Parallelised merge, distribution phase.
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-x | tools/merge_fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index 8f94aed..42a3089 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -59,7 +59,7 @@ def merge_fetch(args, config, localconfig): break verifycert = subprocess.Popen( - [paths["verifycert_bin"], paths["known_roots"]], + [paths["verifycert_bin"], paths["knownroots"]], stdin=subprocess.PIPE, stdout=subprocess.PIPE) added_entries = 0 |