filter out NoUUID remotes from syncDataRemotes
This commit is contained in:
parent
43939c67d3
commit
1fed64db26
2 changed files with 20 additions and 0 deletions
|
@ -55,6 +55,7 @@ calcSyncRemotes = do
|
|||
let good r = Remote.uuid r `elem` alive
|
||||
let syncable = filter good rs
|
||||
let syncdata = filter (not . remoteAnnexIgnore . Remote.gitconfig) $
|
||||
filter (\r -> Remote.uuid r /= NoUUID) $
|
||||
filter (not . Remote.isXMPPRemote) syncable
|
||||
|
||||
return $ \dstatus -> dstatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue