Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-11-25 14:30:17 -04:00
commit ab4fd36c0e

View file

@ -47,11 +47,11 @@ makeinfos = do
, Param $ "publishing git-annex " ++ version , Param $ "publishing git-annex " ++ version
] ]
void $ inRepo $ runBool void $ inRepo $ runBool
[ Param "git-annex" [ Param "annex"
, Params "move --to website" , Params "move --to website"
] ]
void $ inRepo $ runBool void $ inRepo $ runBool
[ Param "git-annex" [ Param "annex"
, Params "sync" , Params "sync"
] ]