summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2014-12-07Merge branch 'joeyconfig'Joey Hess
Conflicts: privdata.joey/privdata.gpg
2014-12-06endAction can be used to register an action to run once propellor has ↵Joey Hess
successfully run on a host.
2014-12-05Merge branch 'joeyconfig'Joey Hess
2014-12-05hasSomePassword and hasPassword now check to make sure shadow passwords are ↵Joey Hess
enabled.
2014-12-05Merge branch 'joeyconfig'Joey Hess
2014-12-05I have now successfully used propellor to convert a Fedora system into a ↵Joey Hess
bootable and fully working Debian system
2014-12-04changelogJoey Hess
2014-12-01Merge branch 'joeyconfig'Joey Hess
2014-12-01Run apt-cache policy with LANG=C.Joey Hess
2014-11-26Merge branch 'joeyconfig'Joey Hess
2014-11-25propellor.debug can be set in the git config to enable more persistent ↵Joey Hess
debugging output.
2014-11-25Merge branch 'joeyconfig'Joey 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-23Merge branch 'joeyconfig'Joey Hess
2014-11-23add --mergeJoey Hess
2014-11-23Merge branch 'joeyconfig'Joey 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-23Merge branch 'joeyconfig'Joey 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-23Merge branch 'joeyconfig'Joey Hess
2014-11-23changelogJoey Hess
2014-11-23changelogJoey Hess
2014-11-22Hostname parameters not containing dots are looked up in the DNS to find the ↵Joey Hess
full hostname.
2014-11-22clarifyJoey Hess
2014-11-22--via implementedJoey Hess
2014-11-22Merge branch 'joeyconfig'Joey Hess
2014-11-22mdwn man page and more complete docsJoey Hess
2014-11-22propellor --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-21copyright updateJoey Hess
2014-11-21Merge branch 'joeyconfig'Joey Hess
2014-11-21hmmJoey Hess
2014-11-21Merge branch 'joeyconfig'Joey Hess
2014-11-21maintainerJoey Hess
2014-11-21Merge branch 'joeyconfig'Joey Hess
2014-11-21prep releaseJoey Hess
2014-11-21Merge branch 'joeyconfig'Joey Hess
2014-11-21trimJoey Hess
2014-11-20Merge branch 'joeyconfig'Joey Hess
2014-11-20incomplete systemd container supportJoey Hess
2014-11-20fix chroot info propigationJoey Hess
2014-11-20Merge branch 'joeyconfig'Joey Hess
2014-11-19separate docker container typeJoey Hess
Docker containers are now a separate data type, cannot be included in the main host list, and are instead passed to Docker.docked. (API change)
2014-11-19correct versionJoey Hess
2014-11-19Added support for using debootstrap from propellor.Joey Hess
Most of the hard part was making it be able to install debootstrap from source, for use on non-debian-derived systems.
2014-11-19flag API changesJoey Hess
2014-11-19updateJoey Hess
2014-11-19big 1.0Joey Hess
2014-11-19propellor spinJoey Hess
2014-11-18Merge branch 'joeyconfig'Joey Hess
2014-11-18rewordJoey Hess