annex new files
This commit is contained in:
parent
8bc0d05ebd
commit
c9c01680e6
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue