<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/Network.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-07-27T03:49:04Z</updated>
<entry>
<title>Added Network.dhcp' and Network.static', which allow specifying additional options for interfaces files.</title>
<updated>2017-07-27T03:49:04Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-27T03:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=24fe88f64069bd7463cb49d923a36abadae8a127'/>
<id>urn:sha1:24fe88f64069bd7463cb49d923a36abadae8a127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-07-26T23:37:16Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-26T23:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=28f0b0d0e8bc33224037002fe29a7c06726d4139'/>
<id>urn:sha1:28f0b0d0e8bc33224037002fe29a7c06726d4139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2017-07-26T20:20:23Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-07-26T20:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=266cbceb19197d4dd2c95bd2c62c79d23ae95ef9'/>
<id>urn:sha1:266cbceb19197d4dd2c95bd2c62c79d23ae95ef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more porting</title>
<updated>2016-03-26T18:28:38Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T18:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=3218e344d117701066ced6c13927318ea2938ad4'/>
<id>urn:sha1:3218e344d117701066ced6c13927318ea2938ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tightenTargets, ported Network properties (DebinLike only)</title>
<updated>2016-03-25T00:27:47Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T00:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=e3a44ab5825466f9db9c4749497445bd0af1068e'/>
<id>urn:sha1:e3a44ab5825466f9db9c4749497445bd0af1068e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve filtering of interface files</title>
<updated>2016-03-07T16:16:24Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-07T16:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=91ce6e0f3898b08eec2ec7e6e8c3d31c12d941ab'/>
<id>urn:sha1:91ce6e0f3898b08eec2ec7e6e8c3d31c12d941ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Network: escape interfaceDFile names</title>
<updated>2016-03-07T16:14:16Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-03-07T14:01:45Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=48ca5d1e423b5a3ac78d25c2252f7a45bacc7474'/>
<id>urn:sha1:48ca5d1e423b5a3ac78d25c2252f7a45bacc7474</id>
<content type='text'>
(cherry picked from commit 125135ea5d42d623346a385faf7ed404f8878891)
</content>
</entry>
<entry>
<title>UncheckedProperty for cmdProperty et al</title>
<updated>2015-12-05T21:53:16Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-12-05T21:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=12548bae3d8feecce6a322162d91b827289ae824'/>
<id>urn:sha1:12548bae3d8feecce6a322162d91b827289ae824</id>
<content type='text'>
* Properties that run an arbitrary command, such as cmdProperty
  and scriptProperty are converted to use UncheckedProperty, since
  they cannot tell on their own if the command truely made a change or not.
  (API Change)
  Transition guide:
  - When GHC complains about an UncheckedProperty, add:
  	`assume` MadeChange
  - Since these properties used to always return MadeChange, that
    change is always safe to make.
  - Or, if you know that the command should modifiy a file, use:
  	`changesFile` filename
* A few properties have had their Result improved, for example
  Apt.buldDep and Apt.autoRemove now check if a change was made or not.
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-10-10T18:45:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T18:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=28fe270223ed56ef8e7fd867573b5ba6a5a221c7'/>
<id>urn:sha1:28fe270223ed56ef8e7fd867573b5ba6a5a221c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-08-12T21:00:03Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-08-12T21:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=4cab90c13713025a66c4aec7074730faa2e2b4ed'/>
<id>urn:sha1:4cab90c13713025a66c4aec7074730faa2e2b4ed</id>
<content type='text'>
</content>
</entry>
</feed>
