about summary refs log tree commit diff
path: root/src/libstore/store-api.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-11-09T18·08+0100
committerEelco Dolstra <edolstra@gmail.com>2016-11-09T18·08+0100
commite4655b166c75a9e7d9629cc1a1463c4d580edc23 (patch)
tree6ee7617aecc0d1804c2a810197d0598715734040 /src/libstore/store-api.hh
parent4b8f1b0ec066a5b994747b1afd050f5f62d857f6 (diff)
copyClosure() / copyStorePath(): Expose dontCheckSigs
Needed by Hydra.
Diffstat (limited to '')
-rw-r--r--src/libstore/store-api.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh
index 6762852cf3..f6bbc9a84e 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<Store> srcStore, ref<Store> 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<Store> srcStore, ref<Store> 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