| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-13 | improve some comments | Joey Hess | |
| 2016-06-12 | factor out reboot code from DigitalOcean.hs | Sean Whitton | |
| 2016-03-26 | more ported | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-05-18 | show docs in haddock | 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-06 | keep and use Reboot.now | Joey Hess | |
| 2014-11-17 | DigitalOcean.distroKernel property now reboots into the distribution kernel ↵ | Joey Hess | |
| when necessary. It might be better to do this check on boot to limit the time running the DO kernel (which is not well security supported), but that has the possibility of entering a bad reboot loop. Limiting this check to when propellor runs avoids that, while still fixing the problem pretty fast. | |||
| 2014-05-23 | desc | Joey Hess | |
| 2014-05-23 | propellor spin | Joey Hess | |
