mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
1a1d691bd8
commit
ee3e71eec2
|
@ -269,5 +269,4 @@ fixme-del "WeoK4yaz16"
|
|||
(fixme-set "workflow" "backlog" "2Y5LV4M9YT")
|
||||
(fixme-set "workflow" "backlog" "8ruNVLwUcC")
|
||||
|
||||
(fixme-set "workflow" "test" "2RE7qwfYkA")
|
||||
(fixme-set "assigned" "fastpok" "AnAHoFeqF1")
|
||||
(fixme-set "workflow" "test" "2RE7qwfYkA")
|
|
@ -1,13 +1,4 @@
|
|||
|
||||
## 2023-03-19
|
||||
|
||||
FIXME: broken-commit-object-file-disaster
|
||||
see 13CuHGmVHfdr2VAzmnMkQV4kZa8kSM2HEoSb8dUVLSQV
|
||||
|
||||
FIXME: ASAP-fix-download-log
|
||||
8e72fbff5c395fa6d1dab02dde7eea887bdca274
|
||||
|
||||
|
||||
## 2023-02-28
|
||||
|
||||
TODO: hbs2-git
|
||||
|
|
|
@ -143,7 +143,7 @@ peerConfigRead mbfp = do
|
|||
|
||||
-- debug $ pretty confData
|
||||
|
||||
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download-log"] dir) confData
|
||||
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download"] dir) confData
|
||||
|
||||
pure $ PeerConfig config
|
||||
where
|
||||
|
|
Loading…
Reference in New Issue