| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-07 | more uses for hostContext | Joey Hess | |
| 2014-12-07 | caution | Joey Hess | |
| 2014-12-07 | Fixed privdata introspection for User.hasPassword and User.hasSomePassword | Joey Hess | |
| This is not a complete fix for the problem that Info doen't propigate from the called property when code does something like: do hostname <- asks hostName ensureProperty $ foo hostname Instead, I just eliminated the need to implement hasPassword that way, by making the PrivData Info use a HostContext which automatically gets the right hostname passed to it. All other uses of withPrivData don't have the problem. It's still possible for the user to run into the problem if they write something like the above, where foo is a property that uses privdata. However, all properties that take a Context now also accept a HostContext, so it's at least less likely the user needs to write that. | |||
| 2014-12-07 | simplify using makeChange | Joey Hess | |
| 2014-12-07 | typo | Joey Hess | |
| 2014-12-06 | enable shadow passwords | Joey Hess | |
| I have seen weird almost boot failures when they're disabled, including a segfault. | |||
| 2014-12-06 | update | Joey Hess | |
| 2014-12-06 | keep and use Reboot.now | Joey Hess | |
| 2014-12-06 | Reboot.atEnd | Joey Hess | |
| 2014-12-06 | reboot at end of propellor run when clean os has been installed | Joey Hess | |
| 2014-12-05 | forgot to add new Mount lib | Joey Hess | |
| 2014-12-05 | some comments | Joey Hess | |
| 2014-12-05 | fix install of debootstrap from source | Joey Hess | |
| 2014-12-05 | hasSomePassword and hasPassword now check to make sure shadow passwords are ↵ | Joey Hess | |
| enabled. | |||
| 2014-12-05 | I have now successfully used propellor to convert a Fedora system into a ↵ | Joey Hess | |
| bootable and fully working Debian system | |||
| 2014-12-05 | rollback if renameing fails | Joey Hess | |
| This avoids leaving the system in a broken state where some directories have been renamed away any others not. Future work: If the rename list contains (foo, bar) and (newfoo,foo), reorder the list to gather those two actions together to minimize the amount of time that foo is missing. In case of power loss or something. | |||
| 2014-12-04 | more improvements to takeover | Joey Hess | |
| 2014-12-04 | more work on OS takeover | Joey Hess | |
| 2014-12-03 | update name of libgnutls dev package | Joey Hess | |
| 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 | |
