<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/HostingProvider/DigitalOcean.hs, branch master</title>
<subtitle>gnusosa's centralized propellor repository for hosts spin-up.
</subtitle>
<id>https://git.gnusosa.net/propellor/atom?h=master</id>
<link rel='self' href='https://git.gnusosa.net/propellor/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/'/>
<updated>2016-06-13T22:12:29Z</updated>
<entry>
<title>improve some comments</title>
<updated>2016-06-13T22:12:29Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-06-13T22:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5c55d3d4153e571876383e53dc43e38ce767e34d'/>
<id>urn:sha1:5c55d3d4153e571876383e53dc43e38ce767e34d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>factor out reboot code from DigitalOcean.hs</title>
<updated>2016-06-12T00:41:23Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2016-06-12T00:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5423d7a5e25907d126944921fff0fba2451cf11b'/>
<id>urn:sha1:5423d7a5e25907d126944921fff0fba2451cf11b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more ported</title>
<updated>2016-03-26T21:33:43Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T21:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c85c462c617fe31c3fe8c97d85db4bcae838a8b2'/>
<id>urn:sha1:c85c462c617fe31c3fe8c97d85db4bcae838a8b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-10-10T18:45:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T18:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=28fe270223ed56ef8e7fd867573b5ba6a5a221c7'/>
<id>urn:sha1:28fe270223ed56ef8e7fd867573b5ba6a5a221c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show docs in haddock</title>
<updated>2015-05-18T04:37:50Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-05-18T04:37:50Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=bdba36ea26d7f521553b0c1e833b5ccf5d25ee96'/>
<id>urn:sha1:bdba36ea26d7f521553b0c1e833b5ccf5d25ee96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GADT properties seem to work (untested)</title>
<updated>2015-01-25T02:38:51Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-01-25T02:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0ee04ecc43e047b00437fb660e71f7dd67dd3afc'/>
<id>urn:sha1:0ee04ecc43e047b00437fb660e71f7dd67dd3afc</id>
<content type='text'>
* 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
    (&lt;!&gt;) 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 (&amp;) and (!) operators that are used to build
    up a host's properties.
</content>
</entry>
<entry>
<title>keep and use Reboot.now</title>
<updated>2014-12-06T17:32:53Z</updated>
<author>
<name>Joey Hess</name>
<email>id@joeyh.name</email>
</author>
<published>2014-12-06T17:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=bdbf787e2cf1123429491da5f06f46a8dc8774f6'/>
<id>urn:sha1:bdbf787e2cf1123429491da5f06f46a8dc8774f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DigitalOcean.distroKernel property now reboots into the distribution kernel when necessary.</title>
<updated>2014-11-17T20:42:15Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-11-17T20:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=46cd2ad0e067ba85d82ad75bb4d358e71d971ed3'/>
<id>urn:sha1:46cd2ad0e067ba85d82ad75bb4d358e71d971ed3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>desc</title>
<updated>2014-05-23T16:31:42Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-05-23T16:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=aba5e143f20f0ef8e3b278c11d351be9fe256bcc'/>
<id>urn:sha1:aba5e143f20f0ef8e3b278c11d351be9fe256bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2014-05-23T16:30:25Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-05-23T16:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0ec565a590e0b5e70af4f4f922925e5b0b718376'/>
<id>urn:sha1:0ec565a590e0b5e70af4f4f922925e5b0b718376</id>
<content type='text'>
</content>
</entry>
</feed>
