From d4db21f79f4d0ac5e66b17186a2d7e12b1690b80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Feb 2014 12:20:53 -0400 Subject: more distributionupdate fixes --- Build/DistributionUpdate.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 6965bcb68..a681ec2ed 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -21,13 +21,14 @@ main = do makeinfos :: Annex () makeinfos = do + version <- liftIO getChangelogVersion void $ inRepo $ runBool [ Param "commit" + , Param "-a" , Param "-m" , Param $ "publishing git-annex " ++ version ] basedir <- liftIO getRepoDir - version <- liftIO getChangelogVersion now <- liftIO getCurrentTime liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir fs <- liftIO $ dirContentsRecursiveSkipping (const False) True (basedir "git-annex") -- cgit v1.2.3