| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-01 | propellor spin | Joey Hess | |
| 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. | |||
| 2014-12-03 | update name of libgnutls dev package | Joey Hess | |
| 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-10-23 | propellor spin | Joey Hess | |
| 2014-10-16 | full auto baybee! | Joey Hess | |
| 2014-10-15 | propellor spin | Joey Hess | |
| 2014-10-14 | android chroot switched to jessie | Joey Hess | |
| 2014-10-13 | propellor spin | Joey Hess | |
| 2014-10-10 | stable suite changes | Joey Hess | |
| * Avoid encoding the current stable suite in propellor's code, since that poses a difficult transition around the release, and can easily be wrong if an older version of propellor is used. Instead, the os property for a stable system includes the suite name to use, eg Stable "wheezy". * stdSourcesList uses the stable suite name, to avoid unwanted immediate upgrades to the next stable release. | |||
| 2014-09-18 | propellor spin | Joey Hess | |
| 2014-09-13 | disable unattended upgrades for autobuilders that mix dpkg and cabal | Joey Hess | |
| upgrades of dpkg haskell libs can break cabal ones | |||
| 2014-07-06 | propellor spin | Joey Hess | |
| 2014-06-10 | propellor spin | Joey Hess | |
| 2014-06-10 | need tree for apt build-deps | Joey Hess | |
| 2014-06-10 | propellor spin | Joey Hess | |
| 2014-06-09 | propellor spin | Joey Hess | |
| 2014-06-09 | propellor spin | Joey Hess | |
| 2014-06-05 | Apt.stdSourcesList no longer needs a suite to be specified. | Joey Hess | |
| 2014-06-05 | fix os attribute | Joey Hess | |
| 2014-06-05 | remove sysvinit by installing systemd | Joey Hess | |
| 2014-06-05 | remove sysvinit and systemd from my docker images | Joey Hess | |
| sysvinit hangs on upgrade if not running | |||
| 2014-05-28 | propellor spin | Joey Hess | |
| 2014-05-28 | propellor spin | Joey Hess | |
| 2014-05-28 | propellor spin | Joey Hess | |
| 2014-05-27 | reorg git-annex android builder, and put a dev container on my laptop | Joey Hess | |
| 2014-05-26 | propellor spin | Joey Hess | |
| 2014-05-24 | propellor spin | Joey Hess | |
| 2014-05-24 | propellor spin | Joey Hess | |
| 2014-05-24 | propellor spin | Joey Hess | |
| 2014-05-23 | propellor spin | Joey Hess | |
| 2014-05-23 | propellor spin | Joey Hess | |
| 2014-05-22 | refactor | Joey Hess | |
| 2014-05-21 | propellor spin | Joey Hess | |
| 2014-05-20 | propellor spin | Joey Hess | |
| 2014-05-20 | propellor spin | Joey Hess | |
| 2014-05-20 | propellor spin | Joey Hess | |
| 2014-05-20 | fix ssh authorizied_keys | Joey Hess | |
| 2014-05-19 | propellor spin | Joey Hess | |
| 2014-05-14 | moved source code to src | Joey Hess | |
| This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work. | |||
