mirror of https://github.com/voidlizard/hbs2
fixed
This commit is contained in:
parent
027e949ac8
commit
2639e7d031
|
@ -124,18 +124,10 @@ runOracle = do
|
||||||
(rhh,RepoHeadSimple{..}) <- readRepoHeadFromTx sto tx
|
(rhh,RepoHeadSimple{..}) <- readRepoHeadFromTx sto tx
|
||||||
>>= toMPlus
|
>>= toMPlus
|
||||||
|
|
||||||
debug $ "found head"
|
let enc = isJust _repoHeadGK0
|
||||||
<+> pretty enc
|
let name = Text.take 256 $ _repoHeadName
|
||||||
<+> pretty n
|
let brief = Text.take 1024 $ _repoHeadBrief
|
||||||
<+> pretty gitLwwRef
|
let manifest = _repoManifest
|
||||||
<+> pretty gitRefLog
|
|
||||||
<+> pretty tx
|
|
||||||
<> line
|
|
||||||
<+> pretty name
|
|
||||||
<+> pretty brief
|
|
||||||
<+> pretty manifest
|
|
||||||
<> line
|
|
||||||
<> line
|
|
||||||
|
|
||||||
let repoFactHash = hashObject @HbSync (serialise what) & HashRef
|
let repoFactHash = hashObject @HbSync (serialise what) & HashRef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue