| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-24 | bug report | Joey Hess | |
| 2017-03-19 | Apt.mirror can be used to set the preferred apt mirror of a host, overriding ↵ | Joey Hess | |
| the default CDN. This info is used by Apt.stdSourcesList and Sbuild.builtFor. Thanks, Sean Whitton. | |||
| 2017-03-19 | Merge remote-tracking branch 'spwhitton/apt-mirror' | Joey Hess | |
| 2017-03-19 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2017-03-19 | add news item for propellor 4.0.1 | Joey Hess | |
| 2017-03-19 | releasing package propellor version 4.0.1 | Joey Hess | |
| 2017-03-19 | Merge branch 'joeyconfig' | Joey Hess | |
| 2017-03-19 | mention mconcat | Joey Hess | |
| 2017-03-19 | propellor spin | Joey Hess | |
| 2017-03-19 | propellor spin | Joey Hess | |
| 2017-03-19 | switch to kite4 | Joey Hess | |
| lost kite2 ed25519 key | |||
| 2017-03-19 | propellor spin | Joey Hess | |
| 2017-03-19 | propellor spin | Joey Hess | |
| 2017-03-19 | propellor spin | Joey Hess | |
| 2017-03-19 | Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key pair ↵ | Joey Hess | |
| in addition to the old secret_id_key. | |||
| 2017-03-19 | prep release | Joey Hess | |
| 2017-03-19 | shorten names of mirror properties | Sean Whitton | |
| 2017-03-19 | Added a comment: merge request | spwhitton | |
| 2017-03-19 | take ownership of todo item | spwhitton | |
| 2017-03-19 | add Apt.hostMirrorIs | Sean Whitton | |
| 2017-03-19 | sbuild: use Apt.withHostMirror | Sean Whitton | |
| 2017-03-19 | improve error msg from Apt.getHostMirror | Sean Whitton | |
| 2017-03-19 | add Ubuntu std mirror to Apt.hs | Sean Whitton | |
| 2017-03-19 | replace debCdn with stdArchiveLines | Sean Whitton | |
| Though stdArchiveLines is not used in Apt.hs, this is the logical replacement for the old debCdn property. | |||
| 2017-03-19 | replace use of debCdn in Apt.hs | Sean Whitton | |
| 2017-03-19 | add withHostMirror helper | Sean Whitton | |
| 2017-03-19 | add HostMirror info type | Sean Whitton | |
| 2017-03-18 | Tor: Restart daemon after installing private key. | Joey Hess | |
| 2017-03-18 | clean up after merge | Joey Hess | |
| 2017-03-18 | more old ghc fixes | Joey Hess | |
| 2017-03-18 | Fix build with pre-AMP ghc. | Joey Hess | |
| 2017-03-18 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2017-03-18 | Fix build with pre-AMP ghc. | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | setting up joeyconfig after merge | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-18 | propellor spin | Joey Hess | |
| 2017-03-15 | desc | Joey Hess | |
| 2017-03-15 | add news item for propellor 4.0.0 | Joey Hess | |
| 2017-03-15 | more changelog | Joey Hess | |
| 2017-03-15 | prep release | Joey Hess | |
| 2017-03-15 | Added Monoid instances for Property and RevertableProperty. | Joey Hess | |
| * Added Monoid instances for Property and RevertableProperty. * Removed applyToList. Instead, use mconcat. (API change) Eg, if you had: applyToList accountFor [User "joey", User "root"] use instead: mconcat (map accountFor [User "joey", User "root"]) mappend x y is basically the same as x `before` y. In particular, if x fails to be ensured, it won't ensure y. This seems to make sense, since applyToList had that behavior, and so does the Monoid for Propellor Result. The alternative would be to try to ensure both and combine the results. However, I don't see any reason to do it that way. It would be nice if the description of both properties were displayed when ensuring the combination. But then, it would need to display eg: ensuring x..ok ensuring y..failed ensuring x and ensuring y..failed Without a way to get rid of that redundant last line, I don't want to do that. Note that the haddocks for the Monoid instances need a really wide screen to display! This is IMHO an infelicity in haddock, and I can't do anything about it really. This commit was sponsored by Fernando Jimenez on Patreon. | |||
| 2017-03-15 | Property types changed to use a Maybe (Propellor Result). (API change) | Joey Hess | |
| * Property types changed to use a Maybe (Propellor Result). (API change) * When Nothing needs to be done to ensure a property, propellor will avoid displaying its description at all. The doNothing property is an example of such a property. This is mostly in preparation for Monoid instances for Property types, but is's also nice that anything that uses doNothing will avoid printing out any message at all. At least, I think it probably is. It might potentially be confusing for something that sometimes takes an action and sometimes resolves to doNothing and in either case has a description set to not always show the description. If this did turn out to be confusing, the change to doNothing could be reverted. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon. | |||
| 2017-03-11 | cleanup | Joey Hess | |
| 2017-03-11 | done | Joey Hess | |
