| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-31 | Postfix: Add service property to enable/disable services in master.cf. | Joey Hess | |
| 2015-12-31 | mayfly | Joey Hess | |
| 2015-12-31 | oh, I already disable ssh password by default, NM | Joey Hess | |
| 2015-12-31 | lock down | Joey Hess | |
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | spin --via: Avoid committing on relay host. | Joey Hess | |
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-30 | Bootstrap apt-get installs run with deconf noninteractive frontend. | Joey Hess | |
| Debconf was prompting because installing git needed a new libc, which prompts for service restarts.. | |||
| 2015-12-30 | propellor spin | Joey Hess | |
| 2015-12-30 | shell script copied into bin dir by their provisioning script | Joey Hess | |
| 2015-12-30 | propellor spin | Joey Hess | |
| 2015-12-30 | propellor spin | Joey Hess | |
| 2015-12-30 | propellor spin | Joey Hess | |
| 2015-12-30 | changeog | Joey Hess | |
| 2015-12-30 | add GNUPGBIN environment variable | Félix Sipma | |
| (cherry picked from commit dc3c55355246ec00782d636105871fe461587256) | |||
| 2015-12-29 | Add convenience .installed for lightdm. | Jelmer Vernooij | |
| Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> | |||
| 2015-12-28 | Makefile: move redirection to silence xargs | Sean Whitton | |
| When hothasktags not installed. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit a23c8b42b3e901da05e5de26ba9a2a4207d839f2) | |||
| 2015-12-19 | prep release | Joey Hess | |
| (cherry picked from commit 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7) | |||
| 2015-12-19 | Clean build with ghc 7.10. | Joey Hess | |
| Import Prelude after modules that cause warnings due to AMP change | |||
| 2015-12-17 | minor tweak | Joey Hess | |
| 2015-12-17 | changelog | Joey Hess | |
| 2015-12-17 | Gpg: fix gpg parameters in hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 04464ae17a7396d0cafffefc2880e68f40fc42ad) | |||
| 2015-12-17 | hlint | Félix Sipma | |
| (cherry picked from commit e2d86f812bd37de9cda7d4ecc0e5b84821f359c1) | |||
| 2015-12-17 | Gpg: use processTranscript in hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 21ffe59d0368f5cfe45316b31d661077e372d512) | |||
| 2015-12-16 | Gpg: parse GpgKeyType in keyImported | Félix Sipma | |
| (cherry picked from commit cdd1e093118b5eeab7743be7e2ec959980716145) | |||
| 2015-12-16 | Gpg.keyImported: check if a pubKey is imported instead of using a flagfile | Félix Sipma | |
| (cherry picked from commit 9712d125a2c3e3c609b68d9958207c251ba005ac) | |||
| 2015-12-16 | Gpg: use isJust | Félix Sipma | |
| (cherry picked from commit 1bb2377598e447e81e20a0e1de1a5d466851d655) | |||
| 2015-12-16 | Gpg: add hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 7196b884e35ba907891c00d6e2840a36dce2214c) | |||
| 2015-12-15 | Merged Utility changes from git-annex. | Joey Hess | |
| 2015-12-15 | merge from git-annex | Joey Hess | |
| withTmpDir security fix in git-annex merged Fix potential denial of service attack when creating temp dirs. withTmpDir now makes directory mode 700. AFAICS, propellor didn't leak any info with the old permissions, and no uses of withTmpDir in propellor are broken by the new permissions. | |||
| 2015-12-14 | changelog | Joey Hess | |
| 2015-12-14 | User: systemAccountFor and systemAccountFor' | Félix Sipma | |
| (cherry picked from commit f56f9696a998d32d6d5c4eca29b28ee60def2db0) | |||
| 2015-12-14 | User: add systemAccountFor and simpleSystemAccount properties | Félix Sipma | |
| (cherry picked from commit 4075a38db0fad4ef6e0c99e13c40ad9e0d54ec8b) | |||
| 2015-12-08 | avoid crash when stdout is not open in call to hIsTerminalDevice | Joey Hess | |
| Saw this happen in http://propellor.branchable.com/forum/Fail_to_push_changes_when_merging/ although I don't entirely understand the circumstances. | |||
| 2015-12-08 | changelog | Joey Hess | |
| 2015-12-08 | typo | Sean Whitton | |
| (cherry picked from commit 4e1f83fcd976a8838f3abe10c0e30022ebe83cf3) | |||
| 2015-12-08 | document two new safety checks | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit bf8af2d2dd3c5b08d53bef72d2dc0ae745d81f0c) | |||
| 2015-12-08 | tweak wrong spin branch error message | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 9d44dcd39bb88408ed4cfc94a7b4dfa34a1b5591) | |||
| 2015-12-08 | implement two pre-spin safety checks | Sean Whitton | |
| - check that we're on the branch specified in git config value propellor.spin-branch - check that there are no uncommitted changes if git config value propellor.forbid-dirty-spin is true Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 8f374d73ae5b2bb53f82835c6d6b5c0194590006) | |||
| 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-12-06 | prep release | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | allow using `check` on a UncheckedProperty, which yields a Property | Joey Hess | |
| 2015-12-06 | add isNewerThan and use it to avoid unnecessary running of newaliases | Joey Hess | |
| 2015-12-06 | improve docs | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
