remove S3stub stuff

Let's keep that in a no-s3 branch, which can be merged into eg,
debian-stable.
This commit is contained in:
Joey Hess 2012-01-05 23:14:10 -04:00
parent c371c40a88
commit f534fcc7b1
6 changed files with 13 additions and 32 deletions

View file

@ -55,14 +55,14 @@ import qualified Remote.Web
import qualified Remote.Hook
remoteTypes :: [RemoteType]
remoteTypes = catMaybes
[ Just Remote.Git.remote
remoteTypes =
[ Remote.Git.remote
, Remote.S3.remote
, Just Remote.Bup.remote
, Just Remote.Directory.remote
, Just Remote.Rsync.remote
, Just Remote.Web.remote
, Just Remote.Hook.remote
, Remote.Bup.remote
, Remote.Directory.remote
, Remote.Rsync.remote
, Remote.Web.remote
, Remote.Hook.remote
]
{- Builds a list of all available Remotes.