<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/config-freebsd.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-06-17T13:18:22Z</updated>
<entry>
<title>use stretch in debian stable examples</title>
<updated>2017-06-17T13:18:22Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-17T13:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=bb1a6594475d3d2dd2f40f4363b650bd276a157e'/>
<id>urn:sha1:bb1a6594475d3d2dd2f40f4363b650bd276a157e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add DebianKernel datatype</title>
<updated>2016-06-14T03:27:14Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-05-29T16:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9c0a95160a5460e8cbe4454ce7a7c9df1217e5e5'/>
<id>urn:sha1:9c0a95160a5460e8cbe4454ce7a7c9df1217e5e5</id>
<content type='text'>
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c
but without the changes to src/Propellor/Precompiled.hs)
</content>
</entry>
<entry>
<title>convert Architecture to a sumtype</title>
<updated>2016-06-14T03:24:16Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-05-24T10:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6b4432c5884d7187140d5fde771444f7c8301438'/>
<id>urn:sha1:6b4432c5884d7187140d5fde771444f7c8301438</id>
<content type='text'>
TODO: remove ANDROID (used in GitAnnexBuilder)
TODO: add other architectures
TODO: rename ARMHF
TODO: rename ARMEL
(cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099)
</content>
</entry>
<entry>
<title>finished the conversion, including my config file!</title>
<updated>2016-03-27T22:17:28Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-27T22:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=7e76731a0098a6cd47979c86c8a484cc47e0b0d7'/>
<id>urn:sha1:7e76731a0098a6cd47979c86c8a484cc47e0b0d7</id>
<content type='text'>
It builds, but I have not yet tested if it works. Need to verify info
propagation, etc.
</content>
</entry>
<entry>
<title>remove `os` property</title>
<updated>2016-03-26T19:35:55Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T19:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=e4ac94860bcc4511370e878e14ef9d45b60aeb2a'/>
<id>urn:sha1:e4ac94860bcc4511370e878e14ef9d45b60aeb2a</id>
<content type='text'>
The new properties let the type checker know what the target OS is.
</content>
</entry>
<entry>
<title>reorder and improve comments</title>
<updated>2016-03-08T02:21:18Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-08T02:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=4c33389b219d51b44d6b1ebc07a1d17b47be1cf7'/>
<id>urn:sha1:4c33389b219d51b44d6b1ebc07a1d17b47be1cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move fromString export to Propellor</title>
<updated>2016-03-07T20:46:24Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T20:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=2b052b086c331379a66d47cad7ad414eb1e9f36a'/>
<id>urn:sha1:2b052b086c331379a66d47cad7ad414eb1e9f36a</id>
<content type='text'>
My policy for config.hs is it shouldn't need to load any modules other than
propellor and the desired property modules.
</content>
</entry>
<entry>
<title>split config-freebsd back out</title>
<updated>2016-03-07T20:43:18Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T20:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=223c35fe5f85f94d03e7ba3a03b74af3e7eada85'/>
<id>urn:sha1:223c35fe5f85f94d03e7ba3a03b74af3e7eada85</id>
<content type='text'>
Let's keep config-simple quite simple; naive users start by modifying it
and probably don't want to be faced with freebsd example, unless they're
freebsd users.
</content>
</entry>
</feed>
