exporttree support for adb special remote
This commit was sponsored by Michael Magin.
This commit is contained in:
parent
2927618d35
commit
ae75eb06bc
4 changed files with 92 additions and 28 deletions
|
@ -110,7 +110,7 @@ encryptionVariants r = do
|
|||
|
||||
-- Variant of a remote with exporttree disabled.
|
||||
disableExportTree :: Remote -> Annex Remote
|
||||
disableExportTree r = maybe (error "failed disabling exportreee") return
|
||||
disableExportTree r = maybe (error "failed disabling exportree") return
|
||||
=<< adjustRemoteConfig r (M.delete "exporttree")
|
||||
|
||||
-- Variant of a remote with exporttree enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue