<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/doc/todo/spin_failure_HEAD.mdwn, 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-07-13T16:33:58Z</updated>
<entry>
<title>close</title>
<updated>2017-07-13T16:33:58Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-13T16:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=fb0f0f75338304311ee868c2704e749333908c35'/>
<id>urn:sha1:fb0f0f75338304311ee868c2704e749333908c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reopen bug</title>
<updated>2017-07-13T15:11:39Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-13T15:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=7173fca59d1bc953ae74b54816b23a8488c7136d'/>
<id>urn:sha1:7173fca59d1bc953ae74b54816b23a8488c7136d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug that sometimes made --spin fail with "fatal: Couldn't find remote ref HEAD"</title>
<updated>2017-06-18T22:24:05Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T22:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=01fc1375cece096ab2dec480b843ecdbc4f0d94e'/>
<id>urn:sha1:01fc1375cece096ab2dec480b843ecdbc4f0d94e</id>
<content type='text'>
Tricky stdin buffering problem.

An easier fix would have been:

	hSetBuffering stdin NoBuffering

But that approach is less robust; even with NoBuffering, anything that
uses hLookAhead causes 1 byte of buffering. And, any reads from stdin
before hSetBuffering would still cause the problem. Instead, I used a
bigger hammer that will always work. It involves a bit more CPU work,
but this is data that is already being fed through ssh; copying it one
more time won't cause a measurable performance impact.

This commit was sponsored by Jack Hill on Patreon.
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-06-18T20:56:27Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T20:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6acb52f5f9696bfa549fec827420f1672cd7a52b'/>
<id>urn:sha1:6acb52f5f9696bfa549fec827420f1672cd7a52b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-06-18T20:49:14Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T20:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5f50c9ee767156b44b34e40eaa2a887e7878be63'/>
<id>urn:sha1:5f50c9ee767156b44b34e40eaa2a887e7878be63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-06-18T20:43:48Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T20:43:48Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=49ff9d547070bc644f0ece2a1f5de8d70699b4c0'/>
<id>urn:sha1:49ff9d547070bc644f0ece2a1f5de8d70699b4c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-06-18T20:30:57Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T20:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=bdbc4155ee1c39e5baac58e95980d50cf2fb897a'/>
<id>urn:sha1:bdbc4155ee1c39e5baac58e95980d50cf2fb897a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-06-18T20:23:32Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-18T20:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=25d9208064980ed3f32ac6642d43fd2b5215e275'/>
<id>urn:sha1:25d9208064980ed3f32ac6642d43fd2b5215e275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2017-05-20T16:37:42Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-05-20T16:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=93e7f465efb340af0777013ecf947b7611b9f625'/>
<id>urn:sha1:93e7f465efb340af0777013ecf947b7611b9f625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug report</title>
<updated>2017-05-18T20:51:57Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-05-18T20:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=3d31ec60f3049a34242d4a9ae2f1956e2feb67b1'/>
<id>urn:sha1:3d31ec60f3049a34242d4a9ae2f1956e2feb67b1</id>
<content type='text'>
</content>
</entry>
</feed>
