summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-27Added a commentgueux
2014-11-26Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2014-11-26Merge branch 'joeyconfig'Joey Hess
2014-11-26avoid crash on no propellor.debug settingJoey Hess
2014-11-25propellor.debug can be set in the git config to enable more persistent ↵Joey Hess
debugging output.
2014-11-25Added a commentpicca
2014-11-25Merge branch 'joeyconfig'Joey Hess
2014-11-25commentJoey Hess
2014-11-25Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2014-11-25Added a commentpicca
2014-11-25Group: preferred styleFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2014-11-25Merge branch 'joeyconfig'Joey Hess
2014-11-25commentJoey Hess
2014-11-25updateJoey Hess
2014-11-25documentJoey Hess
2014-11-25cron.runPropellor now runs propellor, rather than using its Makefile. This ↵Joey Hess
is more robust. Particularly, the Makefile would try to build propellor if there were updates, but if this build failed because a bad commit was pushed, it would abort w/o pulling any new fixed commits. Anyway, it's better to move away from using the makefile when possible as it's just for bootstrapping, and also I would like to make "make" not default to running propellor as that can be confusing behavior. (I can't change that yet; needed for upgrades. Should be fine to change after several more releases, or maybe a year..)
2014-11-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnFV5MLMQJBf48nAiPPOZY63fvqtuAEAb8
2014-11-24renameJoey Hess
2014-11-24Merge branch 'joeyconfig'Joey Hess
2014-11-24move property to ssh moduleJoey Hess
2014-11-24oopsJoey Hess
2014-11-24more work; builds nowJoey Hess
2014-11-23better property namesJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey Hess
2014-11-23Merge commit 'a38668016a1b048b596482fda4edde99e03a4600' into joeyconfigJoey Hess
2014-11-23one more merge testJoey Hess
--allow-empty added to commit, because the spins could all be empty
2014-11-23propellor spinJoey Hess
2014-11-23propellor spinJoey Hess
2014-11-23propellor spinJoey Hess
2014-11-23propellor spinJoey Hess
2014-11-23propellor spinJoey Hess
2014-11-23propellor spinJoey Hess
2014-11-23coseJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey Hess
2014-11-23add --mergeJoey Hess
2014-11-23clarifyJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey Hess
2014-11-23commentJoey Hess
2014-11-23hasSomePassword and hasPassword now default to using the name of the host as ↵Joey Hess
the Context for the password. To specify a different context, use hasSomePassword' and hasPassword' (API change)
2014-11-23Added a commentgueux
2014-11-23WIPJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey Hess
2014-11-23propellor spinJoey Hess
2014-11-23--spin can be passed multiple hosts, and it will provision each host in turn.Joey Hess
Note that if it fails to spin a host, it will stop. I think this is better than continuing to the next, because there might be a reason to spin hosts in some specific order (ie, update dns first and then use it).
2014-11-23commentJoey Hess
2014-11-23Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey Hess
2014-11-23commentJoey Hess
2014-11-23changelogJoey Hess
2014-11-23Git: bareRepoFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>