Remote.Git checkpresent works with annex+http urls.
This commit is contained in:
parent
b0eed55d4f
commit
4e15b786ca
2 changed files with 11 additions and 7 deletions
|
@ -69,12 +69,7 @@ optParser _ = Options
|
|||
)
|
||||
|
||||
seek :: Options -> CommandSeek
|
||||
seek o = getAnnexWorkerPool $ \workerpool -> do
|
||||
-- XXX remove this
|
||||
when (isNothing (portOption o)) $ do
|
||||
liftIO $ putStrLn "test begins"
|
||||
testLocking
|
||||
giveup "TEST DONE"
|
||||
seek o = getAnnexWorkerPool $ \workerpool ->
|
||||
withLocalP2PConnections workerpool $ \acquireconn -> liftIO $ do
|
||||
authenv <- getAuthEnv
|
||||
st <- mkP2PHttpServerState acquireconn workerpool $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue