| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-01 | Run apt-cache policy with LANG=C. | Joey Hess | |
| 2014-11-27 | remove -i, seems not needed and may be causing problem | Joey Hess | |
| 2014-11-25 | Group: preferred style | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-25 | cron.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-24 | rename | Joey Hess | |
| 2014-11-24 | move property to ssh module | Joey Hess | |
| 2014-11-24 | more work; builds now | Joey Hess | |
| 2014-11-23 | better property names | Joey Hess | |
| 2014-11-23 | hasSomePassword 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-23 | WIP | Joey Hess | |
| 2014-11-23 | comment | Joey Hess | |
| 2014-11-23 | Git: bareRepo | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-23 | Group properties | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-23 | preferred style | Joey Hess | |
| 2014-11-23 | User: hasGroup | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-22 | pute full path to bin/propellor inside shim | Joey Hess | |
| 2014-11-22 | reorg | Joey Hess | |
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-22 | propellor spin | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | allow disabling nspawn params, and default to bind mounting /etc/resolv.conf | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | allow configuring systemd-nspawn parameters | Joey Hess | |
| 2014-11-21 | split out info types | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | typo | Joey Hess | |
| 2014-11-21 | lock down chroot perm | Joey Hess | |
| 2014-11-21 | add debootstrap parameters | Joey Hess | |
| 2014-11-21 | implement teardown | Joey Hess | |
| 2014-11-21 | os info propigation | Joey Hess | |
| Also, lost the systemd-nspawn parameters; I'll do that some other way. | |||
| 2014-11-21 | fix info propigation | Joey Hess | |
| Need to propigate the full container info, not the subset used in chroot deployment. | |||
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | propellor spin | Joey Hess | |
| 2014-11-21 | systemd container may be mostly done (untested) | Joey Hess | |
| 2014-11-21 | add missing support for reverting chroot | Joey Hess | |
| wow, that was suprisingly trivial! | |||
| 2014-11-21 | avoid console output when chaining into chroot and not at console | Joey Hess | |
| 2014-11-20 | incomplete systemd container support | Joey Hess | |
| 2014-11-20 | propellor spin | Joey Hess | |
| 2014-11-20 | fix chroot info propigation | Joey Hess | |
| 2014-11-20 | propellor spin | Joey Hess | |
| 2014-11-20 | starting work on a Chroot module | Joey Hess | |
| factored out info up-propigation code rom Docker | |||
| 2014-11-20 | fix docker container provisioning | Joey Hess | |
| Since the containers are no longer on the host list, they were not found while provisioning, oops. To fix, had to add to a host's info a map of the containers docked to it. Unfortunately, that required Propellor.Types.Info be glommed into Propellor.Types, since it needed to refer to Host. | |||
| 2014-11-19 | separate docker container type | Joey 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-19 | propellor spin | Joey Hess | |
