<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Utility/Process.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-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>refactor</title>
<updated>2016-03-07T00:21:30Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T00:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=d09a67ea25be77300a4eeb06b7c922b0c28c5d25'/>
<id>urn:sha1:d09a67ea25be77300a4eeb06b7c922b0c28c5d25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use execProcessConcurrent everywhere</title>
<updated>2015-10-28T03:52:02Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-28T03:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=894e2f7980052f1c331ba7780100ae0ad19856cb'/>
<id>urn:sha1:894e2f7980052f1c331ba7780100ae0ad19856cb</id>
<content type='text'>
Found a reasonable clean way to make Utility.Process use
execProcessConcurrent, while still allowing copying updates to it from
git-annex.
</content>
</entry>
<entry>
<title>merge from git-annex</title>
<updated>2015-10-28T03:50:27Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-28T03:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=261d008d41e6656ce4ceafb8c0f0630d5795944a'/>
<id>urn:sha1:261d008d41e6656ce4ceafb8c0f0630d5795944a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid a change to readProcess that I regretted in the morning</title>
<updated>2015-09-15T15:21:39Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-09-15T15:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=00e824fd0460d5275fc6c6730dd701623f3492c3'/>
<id>urn:sha1:00e824fd0460d5275fc6c6730dd701623f3492c3</id>
<content type='text'>
Seems better to keep handle encoding issues out of that module.
</content>
</entry>
<entry>
<title>Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByteString.</title>
<updated>2015-09-15T01:49:05Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-09-15T01:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0d93f4f12c4c7d0a37dc2e6f792ce0f9dde793db'/>
<id>urn:sha1:0d93f4f12c4c7d0a37dc2e6f792ce0f9dde793db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from git-annex</title>
<updated>2015-09-13T17:39:31Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-09-13T17:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=4125916b67126a0cf17fe5b382a1f37cceec2760'/>
<id>urn:sha1:4125916b67126a0cf17fe5b382a1f37cceec2760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow some hlint suggestions.</title>
<updated>2015-09-13T17:21:41Z</updated>
<author>
<name>Mario Lang</name>
<email>mlang@delysid.org</email>
</author>
<published>2015-09-12T22:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b84c9bbb7c9db688118ad756c1c43ef034fd98fb'/>
<id>urn:sha1:b84c9bbb7c9db688118ad756c1c43ef034fd98fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>export createProcess with debug logging from Propellor.Property.Cmd</title>
<updated>2015-05-30T15:05:34Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-05-30T15:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=aa7dcad9ba8d14013f26f6e8554901d56ef4cb5c'/>
<id>urn:sha1:aa7dcad9ba8d14013f26f6e8554901d56ef4cb5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge changes from git-annex</title>
<updated>2015-05-27T18:55:31Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-05-27T18:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=353d3e888b437403c32fa6512d1141a6d8e0a2c2'/>
<id>urn:sha1:353d3e888b437403c32fa6512d1141a6d8e0a2c2</id>
<content type='text'>
</content>
</entry>
</feed>
