fix build of helper program
broken by ba7ecbc6a9
Sponsored-by: Svenne Krap on Patreon
This commit is contained in:
parent
95405c067f
commit
bc980815ee
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ import Annex.Content
|
||||||
import Annex.WorkTree
|
import Annex.WorkTree
|
||||||
import Git.Command
|
import Git.Command
|
||||||
import qualified Utility.RawFilePath as R
|
import qualified Utility.RawFilePath as R
|
||||||
import Annex.Actions
|
import Annex.Action
|
||||||
|
|
||||||
import Data.Time.Clock
|
import Data.Time.Clock
|
||||||
import Data.Char
|
import Data.Char
|
||||||
|
@ -70,8 +70,9 @@ main = do
|
||||||
state <- Annex.new =<< Git.Construct.fromPath (toRawFilePath ".")
|
state <- Annex.new =<< Git.Construct.fromPath (toRawFilePath ".")
|
||||||
ood <- Annex.eval state $ do
|
ood <- Annex.eval state $ do
|
||||||
buildrpms topdir updated
|
buildrpms topdir updated
|
||||||
makeinfos updated version
|
is <- makeinfos updated version
|
||||||
quiesce False
|
quiesce False
|
||||||
|
return is
|
||||||
syncToArchiveOrg
|
syncToArchiveOrg
|
||||||
unless (null ood) $
|
unless (null ood) $
|
||||||
error $ "Some info files are out of date: " ++ show (map fst ood)
|
error $ "Some info files are out of date: " ++ show (map fst ood)
|
||||||
|
|
Loading…
Reference in a new issue