fix untrustworthiness of import/export remotes
Commit 36133f27c0
had a boolean flip in it,
aaargh.
Special remotes with importtree=yes or exporttree=yes are once again
treated as untrusted, since files stored in them can be deleted or modified
at any time.
Sponsored-by: Kevin Mueller on Patreon
This commit is contained in:
parent
e8a601aa24
commit
54809e9eb3
2 changed files with 5 additions and 1 deletions
|
@ -216,7 +216,7 @@ adjustExportImport' isexport isimport r rs = do
|
|||
, untrustworthy =
|
||||
if versioned || thirdPartyPopulated (remotetype r)
|
||||
then untrustworthy r
|
||||
else False
|
||||
else True
|
||||
-- git-annex testremote cannot be used to test
|
||||
-- import/export since it stores keys.
|
||||
, mkUnavailable = return Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue