<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/propellor.cabal, 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-16T11:46:51Z</updated>
<entry>
<title>add EtcDefault.set</title>
<updated>2018-06-16T11:46:51Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2018-06-15T15:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=87cfaae69f29e156a7bcb5b1924b806056c4401c'/>
<id>urn:sha1:87cfaae69f29e156a7bcb5b1924b806056c4401c</id>
<content type='text'>
Signed-off-by: Sean Whitton &lt;spwhitton@spwhitton.name&gt;
</content>
</entry>
<entry>
<title>releasing package propellor version 5.4.0</title>
<updated>2018-05-17T14:46:32Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-05-17T14:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c4beab2529fc67ed9e4f2eb8e639f8d783b3a106'/>
<id>urn:sha1:c4beab2529fc67ed9e4f2eb8e639f8d783b3a106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package propellor version 5.3.6</title>
<updated>2018-05-09T20:25:27Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-05-09T20:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=56c77e4cc9ef0899ae0d6c0f1f8b658ccb3ba44f'/>
<id>urn:sha1:56c77e4cc9ef0899ae0d6c0f1f8b658ccb3ba44f</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>Added dependency on concurrent-output; removed embedded copy.</title>
<updated>2018-04-23T17:56:56Z</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=09768ffa20997ee42b5860d90318419d5ef38bca'/>
<id>urn:sha1:09768ffa20997ee42b5860d90318419d5ef38bca</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.
</content>
</entry>
<entry>
<title>semigroup monoid change fallout; drop ghc 7 support</title>
<updated>2018-04-23T17:20:13Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-23T17:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9228bda32f0a3f6d52e7cc5eb444376e7b024d8c'/>
<id>urn:sha1:9228bda32f0a3f6d52e7cc5eb444376e7b024d8c</id>
<content type='text'>
Fix build with ghc 8.4, which broke due to the Semigroup Monoid change.
See https://prime.haskell.org/wiki/Libraries/Proposals/SemigroupMonoid

Dropped support for building propellor with ghc 7 (as in debian
oldstable), to avoid needing to depend on the semigroups transitional
package, but also because it's just too old to be worth supporting.

If we indeed drop ghc 7 support entirely, some code to support "jessie"
can be removed; concurrent-output can be de-embedded, and the Singletons
code can be simplified.

This commit was sponsored by Jack Hill on Patreon.
</content>
</entry>
<entry>
<title>few more cabal executable build tweaks</title>
<updated>2018-04-22T16:41:01Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-22T16:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=23e7e9eb7c9f8ef9c81a9c2f7e49b11a175425ab'/>
<id>urn:sha1:23e7e9eb7c9f8ef9c81a9c2f7e49b11a175425ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove -O0 for propellor-config</title>
<updated>2018-04-22T16:34:45Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-22T16:34:45Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=577ec77d18c2618357f3ddd03104570116e6e3d4'/>
<id>urn:sha1:577ec77d18c2618357f3ddd03104570116e6e3d4</id>
<content type='text'>
It's only needed for compiling the internals of the propellor library,
which is no longer part of building this.
</content>
</entry>
<entry>
<title>fix cabal check warning</title>
<updated>2018-04-22T16:34:35Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-22T16:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=a731d29ea32f1c50fe5dc265a809e4566ac624e2'/>
<id>urn:sha1:a731d29ea32f1c50fe5dc265a809e4566ac624e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package propellor version 5.3.5</title>
<updated>2018-04-22T16:31:05Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-22T16:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5a68328447c2b3b154f0f3b3bb4f4e16e8f65b7e'/>
<id>urn:sha1:5a68328447c2b3b154f0f3b3bb4f4e16e8f65b7e</id>
<content type='text'>
</content>
</entry>
</feed>
