From 3593c8285dec644f07156496fd8cd84ef70ec665 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 May 2016 13:55:09 +0200 Subject: Re-implement binary cache signature checking This is now done in LocalStore::addToStore(), rather than in the binary cache substituter (which no longer exists). --- src/libstore/local-store.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index e714f8e0feb1..8de58cea8e43 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -77,6 +77,10 @@ private: const Path reservedPath; const Path schemaPath; + bool requireSigs; + + PublicKeys publicKeys; + public: /* Initialise the local store, upgrading the schema if -- cgit 1.4.1