<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/Bootstrap.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-11-29T15:53:58Z</updated>
<entry>
<title>bootstrappedFrom: Set up local privdata file.</title>
<updated>2017-11-29T15:53:58Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-11-29T15:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c485aba3663333b5518c86b68b12d92ed51def01'/>
<id>urn:sha1:c485aba3663333b5518c86b68b12d92ed51def01</id>
<content type='text'>
Avoid needing to --spin host deployed from disk image to let its propellor
access its privdata.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
</content>
</entry>
<entry>
<title>improve description</title>
<updated>2017-07-27T15:26:29Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-27T15:26:29Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0e964fed97090e3c3466b99a0380957c060f7141'/>
<id>urn:sha1:0e964fed97090e3c3466b99a0380957c060f7141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>export Builder</title>
<updated>2017-07-13T16:42:10Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-13T16:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=3ae193011af030e0995eb88b152482fb4c4e6e3e'/>
<id>urn:sha1:3ae193011af030e0995eb88b152482fb4c4e6e3e</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>Bootstrap.bootstrappedFrom: Avoid doing anything when not run in a chroot.</title>
<updated>2017-07-04T16:38:21Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-04T16:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=faca829d537fd1e284483ba1bd0cfb8eaf0ed047'/>
<id>urn:sha1:faca829d537fd1e284483ba1bd0cfb8eaf0ed047</id>
<content type='text'>
This way, when a disk image is built using this property, and booted up,
running propellor won't try to ensure this property again.

This commit was sponsored by Jeff Goeke-Smith on Patreon.
</content>
</entry>
<entry>
<title>Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only be built from the bootstrapped config the first time.</title>
<updated>2017-07-04T16:25:11Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-04T16:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c503e4f8458f4794ef153f3eda2cceb9c9741804'/>
<id>urn:sha1:c503e4f8458f4794ef153f3eda2cceb9c9741804</id>
<content type='text'>
When the config changes, the bootstrapped propellor needs to get rebuilt.

This commit was sponsored by Fernando Jimenez on Patreon.
</content>
</entry>
<entry>
<title>Bootstrap.clonedFrom: Fix bug that broke copying .git/config into chroot.</title>
<updated>2017-07-04T15:32:26Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-04T15:32:26Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=07e007db294b7dcb22142811a49e2c65a2070a9b'/>
<id>urn:sha1:07e007db294b7dcb22142811a49e2c65a2070a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copy git configuration into chroot</title>
<updated>2017-04-10T15:12:17Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-04-10T15:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=03950541b77405b8822dd2cadb47bc249a2bb5d3'/>
<id>urn:sha1:03950541b77405b8822dd2cadb47bc249a2bb5d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorg</title>
<updated>2017-04-10T14:53:06Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-04-10T14:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=983ee62929037c7297e2281ea3910e94a85bead5'/>
<id>urn:sha1:983ee62929037c7297e2281ea3910e94a85bead5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-04-09T21:33:26Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-04-09T21:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ffc328a5842e154eb3fce66d628cbc4a26d7b254'/>
<id>urn:sha1:ffc328a5842e154eb3fce66d628cbc4a26d7b254</id>
<content type='text'>
</content>
</entry>
</feed>
