<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Info.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-10-25T17:10:10Z</updated>
<entry>
<title>fix build warnings</title>
<updated>2017-10-25T17:10:10Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-10-25T17:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f9e8689c515a227a5e1078d2cee4f028b999c007'/>
<id>urn:sha1:f9e8689c515a227a5e1078d2cee4f028b999c007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid propagating non-alias DNS info from container to host</title>
<updated>2017-10-04T17:10:59Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-10-04T17:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=422435f505bf0c6c0e00dc85e0bfd2860b79100e'/>
<id>urn:sha1:422435f505bf0c6c0e00dc85e0bfd2860b79100e</id>
<content type='text'>
* When the ipv4 and ipv6 properties are used with a container, avoid
  propagating the address out to the host.
* DnsInfo has been replaced with DnsInfoPropagated and
  DnsInfoUnpropagated. (API change)
* Code that used fromDnsInfo . fromInfo changes to use getDnsInfo.
* addDNS takes an additional Bool parameter to control whether
  the DNS info should propagate out of containers. (API change)

This commit was sponsored by Trenton Cronholm on Patreon.
</content>
</entry>
<entry>
<title>use stretch in debian stable examples</title>
<updated>2017-06-17T13:18:22Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-06-17T13:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=bb1a6594475d3d2dd2f40f4363b650bd276a157e'/>
<id>urn:sha1:bb1a6594475d3d2dd2f40f4363b650bd276a157e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add types for Arch Linux</title>
<updated>2017-02-03T14:33:06Z</updated>
<author>
<name>Zihao Wang</name>
<email>dev@wzhd.org</email>
</author>
<published>2016-12-26T03:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=442fa3706de3d7329552c78d314b5a8f653ca65d'/>
<id>urn:sha1:442fa3706de3d7329552c78d314b5a8f653ca65d</id>
<content type='text'>
Signed-off-by: Zihao Wang &lt;dev@wzhd.org&gt;
</content>
</entry>
<entry>
<title>turn off redundant constraints warnings in cabal file</title>
<updated>2016-11-11T21:42:43Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-11-11T21:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b1038365960693a013d7026f25d026a1fd098062'/>
<id>urn:sha1:b1038365960693a013d7026f25d026a1fd098062</id>
<content type='text'>
ghc 7 does not support  -fno-warn-redundant-constraints so this can't be
done on a per-module basis.

It would be good to revert this commit when dropping support for ghc 7.
</content>
</entry>
<entry>
<title>Clean up build warnings about redundant constraints when built with ghc 8.0.</title>
<updated>2016-11-11T21:29:25Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-11-11T21:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=c0d0e57257fe8dee1f9d37a6d49b6322af985a69'/>
<id>urn:sha1:c0d0e57257fe8dee1f9d37a6d49b6322af985a69</id>
<content type='text'>
Only a couple of the constraints were really redundant. The rest are
essential to propellor's tracking of Info propigation, so I silenced the
warning for those.

It would be better to only silence the warning for the functions with the
extra constraints, but IIRC warnings can only be silenced on an entire file
basis.

This commit was sponsored by Andreas on Patreon.
</content>
</entry>
<entry>
<title>improve haddock</title>
<updated>2016-06-14T03:27:53Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-05-29T18:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=d734de5f1cde3717c7d30a6e3bc935844a50e534'/>
<id>urn:sha1:d734de5f1cde3717c7d30a6e3bc935844a50e534</id>
<content type='text'>
(cherry picked from commit ee1f24f5cc31c3d3524b43a74b16acae1c3a4ee4)
</content>
</entry>
<entry>
<title>add DebianKernel datatype</title>
<updated>2016-06-14T03:27:14Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-05-29T16:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9c0a95160a5460e8cbe4454ce7a7c9df1217e5e5'/>
<id>urn:sha1:9c0a95160a5460e8cbe4454ce7a7c9df1217e5e5</id>
<content type='text'>
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c
but without the changes to src/Propellor/Precompiled.hs)
</content>
</entry>
<entry>
<title>convert Architecture to a sumtype</title>
<updated>2016-06-14T03:24:16Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-05-24T10:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6b4432c5884d7187140d5fde771444f7c8301438'/>
<id>urn:sha1:6b4432c5884d7187140d5fde771444f7c8301438</id>
<content type='text'>
TODO: remove ANDROID (used in GitAnnexBuilder)
TODO: add other architectures
TODO: rename ARMHF
TODO: rename ARMEL
(cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099)
</content>
</entry>
<entry>
<title>improve haddocks and move code around to make them more clear</title>
<updated>2016-03-27T23:59:20Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-27T23:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9d6dc29555b8499d8ae6c73c891b0b5dc19f83e5'/>
<id>urn:sha1:9d6dc29555b8499d8ae6c73c891b0b5dc19f83e5</id>
<content type='text'>
</content>
</entry>
</feed>
