summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-05changelogJoey Hess
2016-01-05improve docJoey Hess
2016-01-05Git.bareRepoDefaultBranch propertySean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit e17fda60d307cbdde1a1735b379fa5b19e5dbe4a)
2016-01-03prep releaseJoey Hess
2016-01-03refactor into smaller modules to untangle git and gpg modulesJoey Hess
2016-01-03update changelogJoey Hess
2016-01-03Gpg: use gpg.program from git configFélix Sipma
(cherry picked from commit dd572a741f1ca4bce8f984c350d9045d979f1813)
2016-01-03changelogJoey Hess
2016-01-03Add Munin module.Jelmer Vernooij
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
2016-01-03Fix typo: indidate -> indicate.Jelmer Vernooij
2016-01-02typoJoey Hess
2016-01-02clean cache on autobuildersJoey Hess
2016-01-02cron job to restart aiccu on honeybeeJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31actually parse service linesJoey Hess
So whitespace etc changes don't matter
2015-12-31propellor spinJoey Hess
2015-12-31inet services cannot be private; adjust typeJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31Postfix: Add service property to enable/disable services in master.cf.Joey Hess
2015-12-31mayflyJoey Hess
2015-12-31oh, I already disable ssh password by default, NMJoey Hess
2015-12-31lock downJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31spin --via: Avoid committing on relay host.Joey Hess
2015-12-31propellor spinJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-30Bootstrap 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-30propellor spinJoey Hess
2015-12-30shell script copied into bin dir by their provisioning scriptJoey Hess
2015-12-30propellor spinJoey Hess
2015-12-30propellor spinJoey Hess
2015-12-30propellor spinJoey Hess
2015-12-30changeogJoey Hess
2015-12-30add GNUPGBIN environment variableFélix Sipma
(cherry picked from commit dc3c55355246ec00782d636105871fe461587256)
2015-12-29Add convenience .installed for lightdm.Jelmer Vernooij
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
2015-12-28Makefile: move redirection to silence xargsSean Whitton
When hothasktags not installed. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit a23c8b42b3e901da05e5de26ba9a2a4207d839f2)
2015-12-19prep releaseJoey Hess
(cherry picked from commit 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7)
2015-12-19Clean build with ghc 7.10.Joey Hess
Import Prelude after modules that cause warnings due to AMP change
2015-12-17minor tweakJoey Hess
2015-12-17changelogJoey Hess
2015-12-17Gpg: fix gpg parameters in hasPrivKey and hasPubKeyFélix Sipma
(cherry picked from commit 04464ae17a7396d0cafffefc2880e68f40fc42ad)
2015-12-17hlintFélix Sipma
(cherry picked from commit e2d86f812bd37de9cda7d4ecc0e5b84821f359c1)
2015-12-17Gpg: use processTranscript in hasPrivKey and hasPubKeyFélix Sipma
(cherry picked from commit 21ffe59d0368f5cfe45316b31d661077e372d512)
2015-12-16Gpg: parse GpgKeyType in keyImportedFélix Sipma
(cherry picked from commit cdd1e093118b5eeab7743be7e2ec959980716145)
2015-12-16Gpg.keyImported: check if a pubKey is imported instead of using a flagfileFélix Sipma
(cherry picked from commit 9712d125a2c3e3c609b68d9958207c251ba005ac)
2015-12-16Gpg: use isJustFélix Sipma
(cherry picked from commit 1bb2377598e447e81e20a0e1de1a5d466851d655)
2015-12-16Gpg: add hasPrivKey and hasPubKeyFélix Sipma
(cherry picked from commit 7196b884e35ba907891c00d6e2840a36dce2214c)
2015-12-15Merged Utility changes from git-annex.Joey Hess
2015-12-15merge from git-annexJoey 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.