From 7d51bb967f28e996eaa7efb76e7433d43922b9a0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Nov 2014 16:49:24 -0400 Subject: annex new files --- Build/DistributionUpdate.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Build') diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index e2ce485fd..2058f4be4 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -93,6 +93,7 @@ getbuild repodir (url, f) = do makeinfos :: [(FilePath, Version)] -> Annex () makeinfos updated = do + mapM_ (\f -> inRepo $ runBool [Param "annex", Param "add", File f]) (map fst updated) version <- liftIO getChangelogVersion void $ inRepo $ runBool [ Param "commit" -- cgit v1.2.3