plumb VerifyConfig into retrieveKeyFile
This fixes the recent reversion that annex.verify is not honored, because retrieveChunks was passed RemoteVerify baser, but baser did not have export/import set up. Sponsored-by: Dartmouth College's DANDI project
This commit is contained in:
parent
4bbc6a25fa
commit
f0754a61f5
21 changed files with 64 additions and 55 deletions
|
@ -53,7 +53,8 @@ module Annex.Content (
|
|||
isUnmodifiedCheap,
|
||||
verifyKeyContentPostRetrieval,
|
||||
verifyKeyContent,
|
||||
VerifyConfig(..),
|
||||
VerifyConfig,
|
||||
VerifyConfigA(..),
|
||||
Verification(..),
|
||||
unVerified,
|
||||
withTmpWorkDir,
|
||||
|
@ -83,7 +84,7 @@ import Annex.InodeSentinal
|
|||
import Annex.ReplaceFile
|
||||
import Annex.AdjustedBranch (adjustedBranchRefresh)
|
||||
import Messages.Progress
|
||||
import Types.Remote (RetrievalSecurityPolicy(..))
|
||||
import Types.Remote (RetrievalSecurityPolicy(..), VerifyConfigA(..))
|
||||
import Types.NumCopies
|
||||
import Types.Key
|
||||
import Types.Transfer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue