<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/doc/todo, 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-06-13T14:38:02Z</updated>
<entry>
<title>response</title>
<updated>2018-06-13T14:38:02Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-06-13T14:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0e779832ba8177ca5ccc30aef1a050c28b210c82'/>
<id>urn:sha1:0e779832ba8177ca5ccc30aef1a050c28b210c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title></title>
<updated>2018-06-13T07:25:43Z</updated>
<author>
<name>craige</name>
<email>craige@web</email>
</author>
<published>2018-06-13T07:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=1e5b287d17816f30b76c4a6a7f86484985ce1d8d'/>
<id>urn:sha1:1e5b287d17816f30b76c4a6a7f86484985ce1d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment</title>
<updated>2018-05-03T16:50:29Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-05-03T16:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5c33de3ebf9c4f720f76566cd411784df5f7e638'/>
<id>urn:sha1:5c33de3ebf9c4f720f76566cd411784df5f7e638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>notes on failed attempt to migrate</title>
<updated>2018-04-30T20:23:14Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-30T20:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=a8fa6e5f63b466d97a04fb9e78e05b417aa3a33c'/>
<id>urn:sha1:a8fa6e5f63b466d97a04fb9e78e05b417aa3a33c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Added dependency on concurrent-output; removed embedded copy."</title>
<updated>2018-04-30T13:16:05Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-30T13:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b6ac64737b59e74d4aa2d889690e8fab3772d2c6'/>
<id>urn:sha1:b6ac64737b59e74d4aa2d889690e8fab3772d2c6</id>
<content type='text'>
This reverts commit 02eca2ae4cf51d8e83d94d8359e15ac053451109.

This seems to have broken propellor badly, in testing I'm seeing it
crash at the end of a run with "thread blocked indefinitely in an STM
transaction" and also during the run it printed out some odd output
like:

apache2:
apache2:

dummy IN SSHFP 4 1 35df80973f5877e4041f1b70947385eb2f6a0822
dummy IN SSHFP 4 2 3a0bb426e76eebc5c56e3b0f1428aa9d18539e9621bf8f9e3b7f56a4e7d81c85

Which seems like it might be output of commands that
propellor is supposed to be reading?

Seems likely that there's a bug or two that have crept
into then concurrent-output library since the version embedded in
propellor.
</content>
</entry>
<entry>
<title>signature</title>
<updated>2018-04-29T16:28:06Z</updated>
<author>
<name>spwhitton</name>
<email>spwhitton@web</email>
</author>
<published>2018-04-29T16:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=75c4b6d9cff82a1184603426902f337adb03c016'/>
<id>urn:sha1:75c4b6d9cff82a1184603426902f337adb03c016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>we should factor out code in Grub.configured</title>
<updated>2018-04-29T16:27:55Z</updated>
<author>
<name>spwhitton</name>
<email>spwhitton@web</email>
</author>
<published>2018-04-29T16:27:55Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=828e7d1ebefeeaf152910ad61f928a2f65607509'/>
<id>urn:sha1:828e7d1ebefeeaf152910ad61f928a2f65607509</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added dependency on concurrent-output; removed embedded copy.</title>
<updated>2018-04-23T17:58:40Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-23T17:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=02eca2ae4cf51d8e83d94d8359e15ac053451109'/>
<id>urn:sha1:02eca2ae4cf51d8e83d94d8359e15ac053451109</id>
<content type='text'>
Removed deps on transformers, text, stm. Updated debian/control and
Propellor.Bootstrap accordingly. Sorted the lists of deps to make it easier
to keep them in sync.

This commit was sponsored by Nick Daly on Patreon.
</content>
</entry>
<entry>
<title>update</title>
<updated>2018-04-22T18:02:26Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-22T18:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5ecbec11127449fefe4812fd6b374801ce8499c1'/>
<id>urn:sha1:5ecbec11127449fefe4812fd6b374801ce8499c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a comment</title>
<updated>2018-01-19T22:59:44Z</updated>
<author>
<name>spwhitton</name>
<email>spwhitton@web</email>
</author>
<published>2018-01-19T22:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=be398665af8b5c2ba7d944a632a560098579cb13'/>
<id>urn:sha1:be398665af8b5c2ba7d944a632a560098579cb13</id>
<content type='text'>
</content>
</entry>
</feed>
