hook special remote implemented, and tested
This commit is contained in:
parent
b5072b7b4c
commit
3ab3f41aea
3 changed files with 161 additions and 1 deletions
|
@ -49,6 +49,7 @@ import qualified Remote.S3
|
|||
import qualified Remote.Bup
|
||||
import qualified Remote.Directory
|
||||
import qualified Remote.Rsync
|
||||
import qualified Remote.Hook
|
||||
|
||||
remoteTypes :: [RemoteType Annex]
|
||||
remoteTypes =
|
||||
|
@ -57,6 +58,7 @@ remoteTypes =
|
|||
, Remote.Bup.remote
|
||||
, Remote.Directory.remote
|
||||
, Remote.Rsync.remote
|
||||
, Remote.Hook.remote
|
||||
]
|
||||
|
||||
{- Builds a list of all available Remotes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue