bup is now supported as a special type of remote.
This commit is contained in:
parent
f3cf20d22a
commit
44c65f40b7
6 changed files with 144 additions and 3 deletions
|
@ -46,12 +46,14 @@ import Config
|
|||
|
||||
import qualified Remote.Git
|
||||
import qualified Remote.S3
|
||||
import qualified Remote.Bup
|
||||
import qualified Remote.Directory
|
||||
|
||||
remoteTypes :: [RemoteType Annex]
|
||||
remoteTypes =
|
||||
[ Remote.Git.remote
|
||||
, Remote.S3.remote
|
||||
, Remote.Bup.remote
|
||||
, Remote.Directory.remote
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue