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:
parent
12ddbad458
commit
3593c8285d
3 changed files with 10 additions and 1 deletions
|
|
@ -77,6 +77,10 @@ private:
|
|||
const Path reservedPath;
|
||||
const Path schemaPath;
|
||||
|
||||
bool requireSigs;
|
||||
|
||||
PublicKeys publicKeys;
|
||||
|
||||
public:
|
||||
|
||||
/* Initialise the local store, upgrading the schema if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue