sync files to website too

This commit is contained in:
Joey Hess 2013-11-22 15:02:31 -04:00
parent 3f85d851bb
commit 8ff858edfa

View file

@ -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