everything is building again
However, the test suite fails some quickchecks, so this branch is not yet in a mergeable state.
This commit is contained in:
parent
c20f4704a7
commit
3266ad3ff7
14 changed files with 51 additions and 35 deletions
|
@ -336,7 +336,7 @@ getFinishAddDriveR drive = go
|
|||
isnew <- liftIO $ makeRepo dir True
|
||||
{- Removable drives are not reliable media, so enable fsync. -}
|
||||
liftIO $ inDir dir $
|
||||
setConfig (ConfigKey "core.fsyncobjectfiles")
|
||||
setConfig "core.fsyncobjectfiles"
|
||||
(Git.Config.boolConfig True)
|
||||
(u, r) <- a isnew
|
||||
when isnew $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue