diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-11 16:49:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-11 16:49:24 -0400 |
commit | 7d51bb967f28e996eaa7efb76e7433d43922b9a0 (patch) | |
tree | 52edd87c2e9ad28f9a2d95c7800a1ad0f7b6d3c3 /Build | |
parent | 4f4726e2034551831a06ea43f35ab7a3076dfbcf (diff) |
annex new files
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DistributionUpdate.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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" |