| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-01 | add news item for propellor 3.4.1 | Joey Hess | |
| 2017-03-01 | Fixed https url to propellor git repository. | Joey Hess | |
| 2017-03-01 | add news item for propellor 3.4.0 | Joey Hess | |
| 2017-03-01 | releasing package propellor version 3.4.0 | Joey Hess | |
| 2017-03-01 | github mirror of propellor is gone | Joey Hess | |
| * The github mirror of propellor's git repository has been removed, since github's terms of service has started imposing unwanted licensing requirements. * propellor --init: The option to clone propellor's git repository used to use the github mirror, and has been changed to use a different mirror. | |||
| 2017-03-01 | removed my repos from github; don't need to run gitriddance anymore | Joey Hess | |
| 2017-02-26 | note | Joey Hess | |
| 2017-02-26 | convert fromIPAddr to val | Joey Hess | |
| 2017-02-26 | convert from* in Firewall to val | Joey Hess | |
| 2017-02-26 | use val instead of show | Joey Hess | |
| 2017-02-26 | fix minor bug in pval (MegaBytes 0) | Joey Hess | |
| 2017-02-26 | ConfigurableValue instances for User, Group | Joey Hess | |
| 2017-02-26 | propellor spin | Joey Hess | |
| 2017-02-26 | fix tabs for indentation | Joey Hess | |
| 2017-02-26 | use ConfigurableValue where applicable | Joey Hess | |
| * Removed fromPort (use val instead). (API change) * Removed several Show instances that were only used for generating configuration, replacing with ConfigurableValue instances. (API change) It's somewhat annoying that IsInfo requires a Show instance. That's needed to be able to display Info in ghci, but some non-derived Show instances had to be kept to support that. | |||
| 2017-02-26 | Added ConfigurableValue type class | Joey Hess | |
| * Added ConfigurableValue type class, for values that can be used in a config file, or to otherwise configure a program. * The val function converts such values to String. This was motivated by the bug caused by type Port = Int changing to newtype Port = Port Int deriving Show After that change, some things that used show port to generate config files were broken. By using the ConfigurableValue type class instead, such breakage can be prevented. | |||
| 2017-02-26 | run armel and armelancient builds on different days | Joey Hess | |
| It takes more than 12 hours per build, and two builds running at once will probably fail. | |||
| 2017-02-21 | setting up joeyconfig after merge | Joey Hess | |
| 2017-02-20 | gogogo | Joey Hess | |
| 2017-02-20 | clarify todo | spwhitton | |
| 2017-02-20 | create user page in correct place | spwhitton | |
| 2017-02-20 | removed | spwhitton | |
| 2017-02-20 | post todo: apt mirror info property | spwhitton | |
| 2017-02-20 | create user page | spwhitton | |
| 2017-02-20 | add news item for propellor 3.3.1 | Joey Hess | |
| 2017-02-20 | releasing package propellor version 3.3.1 | Joey Hess | |
| 2017-02-20 | clean up after merge | Joey Hess | |
| 2017-02-20 | Merge branch 'joeyconfig' | Joey Hess | |
| 2017-02-20 | changelog for fix | Joey Hess | |
| 2017-02-20 | Tor bugfix: use fromPort instead of show | Félix Sipma | |
| 2017-02-15 | more arches for stackInstalled | Joey Hess | |
| There is no armel build, unfortunately; the "arm" build is armhf at least currently. | |||
| 2017-02-15 | setting up joeyconfig after merge | Joey Hess | |
| 2017-02-15 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2017-02-14 | propellor spin | Joey Hess | |
| 2017-02-14 | propellor spin | Joey Hess | |
| 2017-02-13 | Revert "removed" | Joey Hess | |
| This reverts commit da400e7af20bf418c13de4456822303d91af83a3. No idea why this comment was removed. Going to assume it was an accident unless it happens again.. | |||
| 2017-02-13 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2017-02-13 | deb.debian.org | Joey Hess | |
| * Apt: Removed the mirrors.kernel.org line from stdSourcesList etc. The mirror CDN has a new implementation that should avoid the problems with httpredir that made an extra mirror sometimes be needed. * Switch Debian CDN address to deb.debian.org. httpredir.debian.org points to the same IPs as deb.debian.org now, so this shouldn't change anything except to use the now preferred name. | |||
| 2017-02-13 | removed | https://me.yahoo.com/a/8E0H4z8LxusTHab4gc2Y8vCD_ObsJE6JVG2Co64SEnICbAtrisRuZjznurYBvSKkr8V5ALg-#075db | |
| 2017-02-08 | Remove additional space in url. Was not cloneable by copy&paste. | jack_doe@62fb45d0567681d9d4f419581571c513e225300d | |
| 2017-02-07 | add news item for propellor 3.3.0 | Joey Hess | |
| 2017-02-07 | releasing package propellor version 3.3.0 | Joey Hess | |
| 2017-02-07 | improve wording | Joey Hess | |
| 2017-02-07 | link to lwn article | Joey Hess | |
| 2017-02-05 | Added a comment | wzhd | |
| 2017-02-04 | close | Joey Hess | |
| 2017-02-04 | Merge remote-tracking branch 'spwhitton/pin' | Joey Hess | |
| 2017-02-04 | mention Arch | Joey Hess | |
| 2017-02-04 | arch | Joey Hess | |
| 2017-02-04 | Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port. | Joey Hess | |
| * Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port. * Added Propellor.Property.Pacman for Arch's package manager. Maintained by Zihao Wang. * The types of some properties changed; eg from Property DebianLike to Property (DebianLike + ArchLinux). This could require updates to code using those properties, so is a minor API change. | |||
