| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-04 | Add Docker environment property which allows to specify environment ↵ | Antoine Eiche | |
| variables to containers. | |||
| 2015-06-02 | wording | Joey Hess | |
| 2015-06-02 | fix example | Joey Hess | |
| 2015-06-01 | Docker: volume and publish accept Bound FilePath and Bound Port, ↵ | Joey Hess | |
| respectively. They also continue to accept Strings, for backwards compatability. | |||
| 2015-06-01 | more systemd improvements | Joey Hess | |
| 2015-06-01 | add Bound | Joey Hess | |
| 2015-06-01 | propellor spin | Joey Hess | |
| 2015-06-01 | descs | Joey Hess | |
| 2015-06-01 | use --machine | Joey Hess | |
| needed by systemd 220 for machined to see the container as a machine | |||
| 2015-06-01 | another try at unmounting /proc for systemd-nspawn | Joey Hess | |
| 2015-06-01 | add linkJournal property so it can be reverted to disable | Joey Hess | |
| 2015-06-01 | explicitly speciy params for systemd-nspawn ExecStart | Joey Hess | |
| It was using whatever was in /lib/systemd/system/systemd-nspawn@.service, but systemd 220 added --network-veth to that, which can break existing setups. So don't do that. | |||
| 2015-06-01 | propellor spin | Joey Hess | |
| 2015-06-01 | don't mount /proc when provisioning systemd-nspawn container | Joey Hess | |
| While needed for chroot provisioning, it confuses system when systemd-nspawn runs it inside the container. | |||
| 2015-06-01 | reorganize Port type for systemd can use it | Joey Hess | |
| 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-06-01 | remove Params constructor | Joey Hess | |
| Before it gets into released API... | |||
| 2015-06-01 | update | Joey Hess | |
| 2015-05-30 | revert test | Joey Hess | |
| 2015-05-30 | propellor spin | Joey Hess | |
| 2015-05-30 | --spin now works when given a short hostname that only resolves to an ipv6 ↵ | Joey Hess | |
| address. | |||
| 2015-05-30 | export createProcess with debug logging from Propellor.Property.Cmd | Joey Hess | |
| 2015-05-30 | Mount /proc inside a chroot before provisioning it, to work around #787227 | Joey Hess | |
| 2015-05-29 | Fix Postfix.satellite bug; the default relayhost was set to the domain, not ↵ | Joey Hess | |
| to smtp.domain as documented. | |||
| 2015-05-29 | workaround bug | Joey Hess | |
| 2015-05-29 | propellor spin | Joey Hess | |
| 2015-05-28 | reorder | Joey Hess | |
| 2015-05-27 | propellor spin | Joey Hess | |
| 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 | propellor spin | Joey Hess | |
| 2015-05-27 | merge changes from git-annex | Joey Hess | |
| 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-05-27 | merge changes from git-annex | Joey Hess | |
| 2015-05-26 | propellor spin | Joey Hess | |
| 2015-05-24 | remove unnecessary use of ensureProperty | Joey Hess | |
| 2015-05-24 | propellor spin | Joey Hess | |
| 2015-05-22 | propellor spin | Joey Hess | |
| 2015-05-22 | propellor spin | Joey Hess | |
| 2015-05-22 | merge | Joey Hess | |
| 2015-05-22 | propellor spin | Joey Hess | |
| 2015-05-18 | propellor spin | Joey Hess | |
| 2015-05-18 | show docs in haddock | Joey Hess | |
| 2015-05-18 | refactor | Joey Hess | |
| 2015-05-16 | comment typo | Joey Hess | |
| 2015-05-16 | add trivial HasImage instance for Image | Joey Hess | |
| 2015-05-16 | Add HasImage type class which provides getImageName method to extract an ↵ | Antoine Eiche | |
| image name. Image related functions now require a HasImage instance. | |||
| 2015-05-12 | Docker images related properties. | Antoine Eiche | |
| - a property to pull image from standard Docker Hub registry. - a property to build image from a local directory (with a Dockerfile). | |||
