<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/ZFS, 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-05-16T00:09:31Z</updated>
<entry>
<title>Removed dependency on MissingH, instead depends on split and hashable.</title>
<updated>2017-05-16T00:09:31Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-05-16T00:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ba3bd76f4ade7ffeea3c1837f868f5264d284a8c'/>
<id>urn:sha1:ba3bd76f4ade7ffeea3c1837f868f5264d284a8c</id>
<content type='text'>
MissingH is a heavy dependency, which pulls in parsec and a bunch of stuff.
So eliminating it makes propellor easier to install and less likely to
fail to build.

changesFileContent now uses hashable's hash. This may not be stable across
upgrades, I'm not sure -- but it's surely ok here, as the hash is not
stored.

socketFile also uses hash. I *think* this is ok, even if it's not stable.
If it's not stable, an upgrade might make propellor hash a hostname to a
different number, but with 9 digets of number in use, the chances of a
collision are small. In any case, I've opned a bug report asking for the
stability to be documented, and I think it's intended to be stable, only
the documentation is bad.

NB: I have not checked that the arch linux and freebsd packages for the new
deps, that Propellor.Bootstrap lists, are the right names or even exist.

Since propellor depends on hashable, it could be changed to use
unordered-containers, rather than containers, which would be faster and
perhaps less deps too.

This commit was sponsored by Alexander Thompson on Patreon.
</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>minor style improvements</title>
<updated>2016-03-07T21:32:27Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T21:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ba76d7689e82a7ed2ea1e88c520cdc3d99b18773'/>
<id>urn:sha1:ba76d7689e82a7ed2ea1e88c520cdc3d99b18773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor style and layout improvements</title>
<updated>2016-03-07T21:25:30Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T21:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c0b502390fd06482500d8298c80a55489198dc9f'/>
<id>urn:sha1:c0b502390fd06482500d8298c80a55489198dc9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust haddock headers</title>
<updated>2016-03-07T21:13:54Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T21:13:54Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b4e7158777e11959fbaf11633ed0aa97168621b3'/>
<id>urn:sha1:b4e7158777e11959fbaf11633ed0aa97168621b3</id>
<content type='text'>
for some reason I asked the author to put the copyright in there, but
Propellor doesn't do per-file copyrights; it's all BSD. Also, make the
maintainer show up in haddock.
</content>
</entry>
<entry>
<title>FreeBSD Support including:</title>
<updated>2016-03-07T19:31:51Z</updated>
<author>
<name>Evan Cofsky</name>
<email>evan@theunixman.com</email>
</author>
<published>2016-02-26T16:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=822694e790102efa2a5bb4a0c3d62c6fce1d4e87'/>
<id>urn:sha1:822694e790102efa2a5bb4a0c3d62c6fce1d4e87</id>
<content type='text'>
- Propellor bootstrapping
- Basic pkg
- Basic ZFS datasets and properties
- Simple Poudriere configuration (regular and ZFS)
- Poudriere jail creation

FIXME:
- Cron.hs: runPropellor needs the System, but hasn't yet gotten it.

Reorganizing:

- Remove FreeBSD.Process
- Move ZFS up to Property
- Add Info for Pkg.update/Pkg.upgrade
- Move FreeBSD.md to doc so it'll show up automatically.
- Merge the FreeBSD config with the other sample config.
- Use Info to check Pkg updated/upgraded and Poudriere configured.
- Warnings clean-up, move ZFS types to Propellor.Types.
- Maintainer and license statements.
</content>
</entry>
</feed>
