force verification after getting file from export remote
This way, if annex.verify is disabled, it's still checked, since this is not a key/value store, it has to be checked.
This commit is contained in:
parent
ceda8c0066
commit
5946e7136e
1 changed files with 1 additions and 1 deletions
|
@ -333,6 +333,6 @@ adjustExportImport rmt rs = do
|
||||||
)
|
)
|
||||||
(l:_) -> do
|
(l:_) -> do
|
||||||
retrieveExport (exportActions r) k l dest p
|
retrieveExport (exportActions r) k l dest p
|
||||||
return UnVerified
|
return MustVerify
|
||||||
, giveup $ "exported content cannot be verified due to using the " ++ decodeBS (formatKeyVariety (fromKey keyVariety k)) ++ " backend"
|
, giveup $ "exported content cannot be verified due to using the " ++ decodeBS (formatKeyVariety (fromKey keyVariety k)) ++ " backend"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue