summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-17propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07Run apt-get update in initial bootstrap.Joey Hess
For eg, Linode, which brings up hosts that have not updated at all so apt-get install doesn't work.
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-07propellor spinJoey Hess
2014-07-06reorgJoey Hess
2014-07-06wordingJoey Hess
2014-07-06propigate required privdata fields out from docker containers to the hosts ↵Joey Hess
they're docked in
2014-07-06descJoey Hess
2014-07-06trivialJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06move privdata Property to toplevel so its Info propigatesJoey Hess
Ugh, that's a nasty gotcha but I cannot see a way to fix it generally right now.
2014-07-06beautiful table for --list-fields, with the hostnamesJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06better output, after gpg messagesJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, to ↵Joey Hess
avoid eg, apache complaining that "Could not reliably determine the server's fully qualified domain name".
2014-07-05propellor spinJoey Hess
2014-07-05propellor spinJoey Hess
2014-07-05mehJoey Hess
2014-07-05propellor spinJoey Hess
2014-07-05propellor spinJoey Hess
2014-06-19Add --list-fields to list a host's currently set privdata fields.Joey Hess
2014-06-19Add --edit to edit a privdata value in $EDITORJoey Hess
2014-06-10cacheCleaned is trivialJoey Hess
2014-06-10When git gpg signature of a fetched git branch cannot be verified, propellor ↵Joey Hess
will now continue running, but without merging in that branch. This way, propellor doesn't stop enforcing properties just because its new configuration isn't ready. It just uses the old configuration.
2014-06-10propellor spinJoey Hess
2014-06-10need tree for apt build-depsJoey Hess
2014-06-10propellor spinJoey Hess
2014-06-09propellor spinJoey Hess
2014-06-09propellor spinJoey Hess
2014-06-09cleanupJoey Hess
2014-06-09Attr is renamed to Info.Joey Hess
2014-06-07combineProperties no longer stops when a property fails; now it continues ↵Joey Hess
trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior.