Re-implement binary cache signature checking

This is now done in LocalStore::addToStore(), rather than in the
binary cache substituter (which no longer exists).
This commit is contained in:
Eelco Dolstra 2016-05-30 13:55:09 +02:00
parent 12ddbad458
commit 3593c8285d
3 changed files with 10 additions and 1 deletions

View file

@ -77,6 +77,10 @@ private:
const Path reservedPath;
const Path schemaPath;
bool requireSigs;
PublicKeys publicKeys;
public:
/* Initialise the local store, upgrading the schema if