| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-12 | add missing Control.Applicative imports for old ghc | Joey Hess | |
| 2016-01-03 | refactor into smaller modules to untangle git and gpg modules | Joey Hess | |
| 2016-01-03 | Gpg: use gpg.program from git config | Félix Sipma | |
| (cherry picked from commit dd572a741f1ca4bce8f984c350d9045d979f1813) | |||
| 2015-12-08 | rewrite getRepoUrl with getGitConfigValue | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 3d4c34dece4d295a349ac5b24ec1fbbd3e90f668) | |||
| 2015-12-08 | implement getGitConfigValue & getGitConfigBool | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 1828c6d987f9d499b95610311379dcbdeaa21e33) | |||
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-05-27 | Export CommandParam, boolSystem, safeSystem and shellEscape from ↵ | Joey Hess | |
| Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant. | |||
| 2014-11-23 | add --merge | Joey Hess | |
| 2014-11-22 | still do peer-to-peer git push when there are no git remotes | Joey Hess | |
| 2014-11-22 | propellor --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-19 | propellor spin | Joey Hess | |
| 2014-11-19 | avoid double-build in --spin | Joey 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-18 | reorg | Joey Hess | |
| 2014-11-18 | factor out git repo module | Joey Hess | |
