| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-01 | better types for systemd port publishing | Joey Hess | |
| 2015-06-01 | propellor spin | Joey Hess | |
| 2015-06-01 | Added publish property for systemd-spawn containers. (Needs systemd version ↵ | Joey Hess | |
| 220.) | |||
| 2015-05-27 | propellor spin | Joey Hess | |
| 2015-05-27 | Improve enter-machine scripts for nspawn containers to unset most ↵ | Joey Hess | |
| environment variables. | |||
| 2015-05-27 | Export CommandParam, boolSystem, safeSystem and shellEscape from ↵ | Joey Hess | |
| Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant. | |||
| 2015-01-24 | GADT properties seem to work (untested) | Joey Hess | |
| * Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. This was done to make sure that ensureProperty is only used on properties that do not have Info. Transition guide: - Change all "Property" to "Property NoInfo" or "Property WithInfo" (The compiler can tell you if you got it wrong!) - To construct a RevertableProperty, it is useful to use the new (<!>) operator - Constructing a list of properties can be problimatic, since Property NoInto and Property WithInfo are different types and cannot appear in the same list. To deal with this, "props" has been added, and can built up a list of properties of different types, using the same (&) and (!) operators that are used to build up a host's properties. | |||
| 2015-01-21 | Added systemd configuration properties. | Joey Hess | |
| 2015-01-19 | avoid haddock warnings | Joey Hess | |
| 2015-01-19 | rename HostLike to PropAccum | Joey Hess | |
| This is more general; it doesn't need to contain a Host. It would, for example, be possible to make Property itself be an instance of PropAccum. | |||
| 2014-12-09 | improve haddock formating of filenames | Joey Hess | |
| 2014-12-07 | simplify using makeChange | 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 | propellor spin | Joey Hess | |
| 2014-11-21 | typo | 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-20 | incomplete systemd container support | Joey Hess | |
