<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/HostingProvider/Linode.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>2017-07-06T00:19:33Z</updated>
<entry>
<title>DiskImage: Removed grubBooted</title>
<updated>2017-07-06T00:19:33Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-06T00:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=68f864299303ac8d510f19d67e8d7e6fe0681138'/>
<id>urn:sha1:68f864299303ac8d510f19d67e8d7e6fe0681138</id>
<content type='text'>
Properties that used to need it as a parameter now look at Info about the
bootloader that is installed in the chroot that the disk image is created
from. (API change)

This is a simplication, and avoids the user needing to repeat themselves
in the propellor config, thus avoiding mistakes.

When no boot loader is installed, or multiple different ones are,
disk image creation will fail, which seems reasonable.

This commit was sponsored by Jake Vosloo on Patreon.
</content>
</entry>
<entry>
<title>describe Linode.serialGrub</title>
<updated>2017-06-28T15:50:37Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2017-06-28T15:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=72d857fcff9092e1ffdb97d1fd02d34499e2fd28'/>
<id>urn:sha1:72d857fcff9092e1ffdb97d1fd02d34499e2fd28</id>
<content type='text'>
Signed-off-by: Sean Whitton &lt;spwhitton@spwhitton.name&gt;
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2016-10-21T18:13:51Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-10-21T18:13:51Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=2c58f2a7df719b1443467aa4c22d12de564c6920'/>
<id>urn:sha1:2c58f2a7df719b1443467aa4c22d12de564c6920</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>comment typo</title>
<updated>2015-05-16T17:30:58Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-05-16T17:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=dd7cfffcacccca98c4360a6a4c6b0e6e65a111bf'/>
<id>urn:sha1:dd7cfffcacccca98c4360a6a4c6b0e6e65a111bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-02-10T14:02:37Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-02-10T14:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=d1ebc7c1450225434341e8c257efca13bacdecd6'/>
<id>urn:sha1:d1ebc7c1450225434341e8c257efca13bacdecd6</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>propellor spin</title>
<updated>2014-07-07T07:16:18Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-07-07T07:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=461b8cbd32352d9dc9614e16db7404df974faf91'/>
<id>urn:sha1:461b8cbd32352d9dc9614e16db7404df974faf91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2014-07-07T07:08:12Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-07-07T07:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=dba84b8219d29506886065cc6bcd821d977d2bf8'/>
<id>urn:sha1:dba84b8219d29506886065cc6bcd821d977d2bf8</id>
<content type='text'>
</content>
</entry>
</feed>
