plumb VerifyConfig into retrieveKeyFile
authorJoey Hess <joeyh@joeyh.name>
Tue, 17 Aug 2021 16:41:36 +0000 (12:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 17 Aug 2021 16:43:13 +0000 (12:43 -0400)
commitf0754a61f552ba24995f4a82969ab0a1f8cdfe13
tree0d9d858d0e84e29bcf6d90ac2242a85fc32d4db1
parent4bbc6a25faac679628c619638a04c240fdcc8784
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
21 files changed:
Annex/Content.hs
Annex/Transfer.hs
Annex/Verify.hs
Command/AddUrl.hs
Command/Fsck.hs
Command/TestRemote.hs
Command/TransferKey.hs
Command/TransferKeys.hs
Command/Transferrer.hs
Remote/BitTorrent.hs
Remote/Git.hs
Remote/Helper/ExportImport.hs
Remote/Helper/Hooks.hs
Remote/Helper/P2P.hs
Remote/Helper/Special.hs
Remote/HttpAlso.hs
Remote/P2P.hs
Remote/Tahoe.hs
Remote/Web.hs
Types.hs
Types/Remote.hs