From 6068fd160ffeb930368a4c4c2a8818ace71f29ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Nov 2012 16:23:16 -0400 Subject: don't try to transfer data to/from XMPP remotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Partition syncRemotes into ones needing git sync (ie, non-special remotes), and ones needing data sync (ie, non-XMPP remotes). --- Assistant/Drop.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant/Drop.hs') diff --git a/Assistant/Drop.hs b/Assistant/Drop.hs index d28a05a53..66e738a6f 100644 --- a/Assistant/Drop.hs +++ b/Assistant/Drop.hs @@ -23,7 +23,7 @@ import Config handleDrops :: Bool -> Key -> AssociatedFile -> Assistant () handleDrops _ _ Nothing = noop handleDrops fromhere key f = do - syncrs <- syncRemotes <$> getDaemonStatus + syncrs <- syncDataRemotes <$> getDaemonStatus liftAnnex $ do locs <- loggedLocations key handleDrops' locs syncrs fromhere key f -- cgit v1.2.3