diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-24 09:16:28 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-02-01 11:24:28 +0100 |
commit | b7b8903b6a7c3342933b9984afa72fb6527b5f72 (patch) | |
tree | fc92bfb8b1dccd1dca3f24cba98cf3ea540687bc /tools/merge_fetch.py | |
parent | c0d8aceccb0961a25ee58a163441bbcbe6d6ea3d (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 |