From e4655b166c75a9e7d9629cc1a1463c4d580edc23 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Nov 2016 19:08:20 +0100 Subject: copyClosure() / copyStorePath(): Expose dontCheckSigs Needed by Hydra. --- src/libstore/store-api.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 6762852cf30e..f6bbc9a84e18 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -577,12 +577,12 @@ void checkStoreName(const string & name); /* Copy a path from one store to another. */ void copyStorePath(ref srcStore, ref dstStore, - const Path & storePath, bool repair = false); + const Path & storePath, bool repair = false, bool dontCheckSigs = false); /* Copy the closure of the specified paths from one store to another. */ void copyClosure(ref srcStore, ref dstStore, - const PathSet & storePaths, bool repair = false); + const PathSet & storePaths, bool repair = false, bool dontCheckSigs = false); /* Remove the temporary roots file for this process. Any temporary -- cgit 1.4.1