Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-12-21 12:39:35 -04:00
commit 1211b3ee2d

View file

@ -25,7 +25,7 @@ makeinfos = do
version <- liftIO getChangelogVersion version <- liftIO getChangelogVersion
now <- liftIO getCurrentTime now <- liftIO getCurrentTime
liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir liftIO $ putStrLn $ "building info files for version " ++ version ++ " in " ++ basedir
fs <- liftIO $ dirContentsRecursiveSkipping (== "info") (basedir </> "git-annex") fs <- liftIO $ dirContentsRecursiveSkipping (== "info") True (basedir </> "git-annex")
forM_ fs $ \f -> do forM_ fs $ \f -> do
v <- lookupFile f v <- lookupFile f
case v of case v of