mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
733e7f5a9c
commit
148aa69533
|
@ -396,11 +396,8 @@ compression ; prints compression level
|
||||||
refsFiles >>= readRefsRaw >>= liftIO . mapM_ (print . pretty)
|
refsFiles >>= readRefsRaw >>= liftIO . mapM_ (print . pretty)
|
||||||
|
|
||||||
entry $ bindMatch "repo:wait" $ nil_ $ \syn -> lift $ connectedDo do
|
entry $ bindMatch "repo:wait" $ nil_ $ \syn -> lift $ connectedDo do
|
||||||
let (_,argz) = splitOpts [] syn
|
resolveRepoKeyThrow syn >>= setGitRepoKey
|
||||||
|
waitRepo Nothing =<< getGitRepoKeyThrow
|
||||||
let t = headMay [ realToFrac x | LitIntVal x <- argz ]
|
|
||||||
|
|
||||||
waitRepo t =<< getGitRepoKeyThrow
|
|
||||||
|
|
||||||
getRepoManifest >>= liftIO . print . pretty . mkForm "manifest" . coerce
|
getRepoManifest >>= liftIO . print . pretty . mkForm "manifest" . coerce
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue