Merge branch 'master' into borg
This commit is contained in:
commit
909318dcee
5 changed files with 16 additions and 3 deletions
|
@ -211,8 +211,9 @@ seek' o = do
|
|||
let gitremotes = filter (Remote.gitSyncableRemoteType . Remote.remotetype) remotes
|
||||
dataremotes <- filter (\r -> Remote.uuid r /= NoUUID)
|
||||
<$> filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . Remote.gitconfig) remotes
|
||||
let (exportremotes, keyvalueremotes) = partition (exportTree . Remote.config) dataremotes
|
||||
let (exportremotes, nonexportremotes) = partition (exportTree . Remote.config) dataremotes
|
||||
let importremotes = filter (importTree . Remote.config) dataremotes
|
||||
let keyvalueremotes = partition (not . importTree . Remote.config) nonexportremotes
|
||||
|
||||
if cleanupOption o
|
||||
then do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue