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 :: [(FilePath, Version)] -> Annex ()
|
||||||
makeinfos updated = do
|
makeinfos updated = do
|
||||||
|
mapM_ (\f -> inRepo $ runBool [Param "annex", Param "add", File f]) (map fst updated)
|
||||||
version <- liftIO getChangelogVersion
|
version <- liftIO getChangelogVersion
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "commit"
|
[ Param "commit"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue