better filtering out of special remotes
This commit is contained in:
parent
6cd4c7efcd
commit
8a33573caf
9 changed files with 23 additions and 12 deletions
|
@ -54,7 +54,8 @@ gen r u c = do
|
|||
hasKey = checkPresent r bupr',
|
||||
hasKeyCheap = bupLocal buprepo,
|
||||
config = c,
|
||||
repo = r
|
||||
repo = r,
|
||||
remotetype = remote
|
||||
}
|
||||
|
||||
bupSetup :: UUID -> RemoteConfig -> Annex RemoteConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue