<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/doc/README.mdwn, 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>2018-05-17T14:41:06Z</updated>
<entry>
<title>add missing close paren</title>
<updated>2018-05-17T14:41:06Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-05-17T14:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b2b7c2501006593bec0ef3294e1a45b3926c194b'/>
<id>urn:sha1:b2b7c2501006593bec0ef3294e1a45b3926c194b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix link</title>
<updated>2018-05-15T22:29:05Z</updated>
<author>
<name>dave@2ab82f485adf7e2ce787066e35f5f9789bff430b</name>
<email>dave@web</email>
</author>
<published>2018-05-15T22:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=be24230b693ce23d8d6ec74d561d306fdbf6809a'/>
<id>urn:sha1:be24230b693ce23d8d6ec74d561d306fdbf6809a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix link</title>
<updated>2018-05-09T20:22:42Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-05-09T20:22:42Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=3a86f77bec6e47b1d1a07024f6f0a17e5255da9b'/>
<id>urn:sha1:3a86f77bec6e47b1d1a07024f6f0a17e5255da9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't use ikiwiki link in readme</title>
<updated>2018-03-19T14:45:21Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-03-19T14:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=96ece111cbeda931032cefc516c586c05af67b7d'/>
<id>urn:sha1:96ece111cbeda931032cefc516c586c05af67b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'joeyconfig'</title>
<updated>2018-02-04T16:22:40Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-02-04T16:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=25f0cf84b5692822f63a6d110994d347e3f430cc'/>
<id>urn:sha1:25f0cf84b5692822f63a6d110994d347e3f430cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typography</title>
<updated>2018-02-04T16:22:35Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-02-04T16:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=cd9855031cfef40145d28e1cd18cc6346770dd13'/>
<id>urn:sha1:cd9855031cfef40145d28e1cd18cc6346770dd13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>link to simple quickstart</title>
<updated>2018-02-04T16:19:53Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-02-04T16:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f835499cf07459c551795b39cdfb8fb345aa0fe5'/>
<id>urn:sha1:f835499cf07459c551795b39cdfb8fb345aa0fe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add bootstrapWith property to support stack and more</title>
<updated>2017-07-12T23:12:36Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-12T23:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=08010583fa42af1b2b5ab070e4742263d43b26cf'/>
<id>urn:sha1:08010583fa42af1b2b5ab070e4742263d43b26cf</id>
<content type='text'>
* Hosts can be configured to build propellor using stack, by adding
  a property:
	&amp; bootstrapWith (Robustly Stack)
* Hosts can be configured to build propellor using cabal, but using
  only packages installed from the operating system. This
  will work on eg Debian:
	&amp; bootstrapWith OSOnly
  propellor build its config using stack. (This does not affect
  how propellor is bootstrapped on a host by "propellor --spin host".)

This has not yet been tested at all! But should probably work fine.

This is based on earlier work by Arnaud Bailly, who made
Propellor.Bootstrap use stack without parameterization.
In Arnaud's patch, stack was installed using wget, but that
only worked on linux-x86_64 and was insecure. I instead chose
to use the distribution packages of stack, like is done for cabal.
Debian stack has haskell-stack now, and it's getting into many
distributions.

This commit was sponsored by Francois Marier on Patreon.
</content>
</entry>
<entry>
<title>update</title>
<updated>2017-03-07T15:34:23Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-03-07T15:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=89ad454e01bcba341366aac3cfef66cfc1b918ea'/>
<id>urn:sha1:89ad454e01bcba341366aac3cfef66cfc1b918ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separate propellor --init</title>
<updated>2016-04-02T01:20:13Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-04-02T01:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=1dc914a71c94e0395641565e5891a2dc33ba1b35'/>
<id>urn:sha1:1dc914a71c94e0395641565e5891a2dc33ba1b35</id>
<content type='text'>
</content>
</entry>
</feed>
