sync files to website too
This commit is contained in:
parent
3f85d851bb
commit
8ff858edfa
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ makeinfos = do
|
|||
, Param "-m"
|
||||
, Param "update distribution info files"
|
||||
]
|
||||
void $ inRepo $ runBool
|
||||
[ Param "git-annex"
|
||||
, Params "move --to website"
|
||||
]
|
||||
void $ inRepo $ runBool
|
||||
[ Param "git-annex"
|
||||
, Params "sync"
|
||||
]
|
||||
|
||||
getRepoDir :: IO FilePath
|
||||
getRepoDir = do
|
||||
|
|
Loading…
Add table
Reference in a new issue