From 929de31900dbc9654e0bcc1f4679f526aee7f99a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 19:14:24 -0400 Subject: Urls can now be claimed by remotes. This will allow creating, for example, a external special remote that handles magnet: and *.torrent urls. --- Remote/Bup.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Remote/Bup.hs') diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 8744aa357..405ce3056 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -75,6 +75,7 @@ gen r u c gc = do , mkUnavailable = return Nothing , getInfo = return [("repo", buprepo)] , claimUrl = Nothing + , checkUrl = const $ return Nothing } return $ Just $ specialRemote' specialcfg c (simplyPrepare $ store this buprepo) -- cgit v1.2.3