summaryrefslogtreecommitdiff
path: root/src/Propellor/Git.hs
AgeCommit message (Collapse)Author
2014-11-23add --mergeJoey Hess
2014-11-22still do peer-to-peer git push when there are no git remotesJoey Hess
2014-11-22propellor --spin can now deploy propellor to hosts that do not have git, ↵Joey Hess
ghc, or apt-get. This is accomplished by uploading a fairly portable precompiled tarball of propellor.
2014-11-19propellor spinJoey Hess
2014-11-19avoid double-build in --spinJoey Hess
It was fetching from the central repo, then building that, and then running the client-to-client git update, and the building after that. Remove the first build, as all that linking does take time.
2014-11-18reorgJoey Hess
2014-11-18factor out git repo moduleJoey Hess