commit before info file build, so that any modified annexed files get updated
This commit is contained in:
parent
a2886f2dd3
commit
764090d58f
1 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,11 @@ main = do
|
||||||
|
|
||||||
makeinfos :: Annex ()
|
makeinfos :: Annex ()
|
||||||
makeinfos = do
|
makeinfos = do
|
||||||
|
void $ inRepo $ runBool
|
||||||
|
[ Param "commit"
|
||||||
|
, Param "-m"
|
||||||
|
, Param $ "publishing git-annex " ++ version
|
||||||
|
]
|
||||||
basedir <- liftIO getRepoDir
|
basedir <- liftIO getRepoDir
|
||||||
version <- liftIO getChangelogVersion
|
version <- liftIO getChangelogVersion
|
||||||
now <- liftIO getCurrentTime
|
now <- liftIO getCurrentTime
|
||||||
|
@ -44,7 +49,7 @@ makeinfos = do
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "commit"
|
[ Param "commit"
|
||||||
, Param "-m"
|
, Param "-m"
|
||||||
, Param $ "publishing git-annex " ++ version
|
, Param $ "updated info files for git-annex " ++ version
|
||||||
]
|
]
|
||||||
void $ inRepo $ runBool
|
void $ inRepo $ runBool
|
||||||
[ Param "annex"
|
[ Param "annex"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue