Home
last modified time | relevance | path

Searched refs:syncRemotes (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/Configurators/
H A DFsck.hs109 remotes <- filter (\r -> Remote.uuid r == ensureu || isJust (Remote.remoteFsck r)) . syncRemotes
133 filter fsckableRemote . syncRemotes <$> getDaemonStatus
H A DDelete.hs89 rs <- syncRemotes <$> getDaemonStatus
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Types/
H A DDaemonStatus.hs47 , syncRemotes :: [Remote] function
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/
H A DRepoList.hs137 syncremotes <- syncRemotes <$> liftAssistant getDaemonStatus
262 =<< (syncRemotes <$> getDaemonStatus)
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DNetWatcher.hs201 networkRemotes = filter (isNothing . Remote.localpath) . syncRemotes
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DSync.hs220 remotes <- syncRemotes (syncWith o)
319 syncRemotes :: [String] -> Annex [Remote]
320 syncRemotes ps = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/
H A DDaemonStatus.hs64 { syncRemotes = syncable function