| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-11 | Changed Chroot data type to include Info propigation | Joey Hess | |
| This will allow for different Chroots that propigate info differently. hostChroot will use this. This commit was sponsored by Peter Hogg on Patreon. | |||
| 2017-03-11 | reorg docs | Joey Hess | |
| 2017-03-11 | fix example | Joey Hess | |
| 2017-03-08 | Remove make from propellor's dependency list | Joey Hess | |
| It's not used by propellor any longer. Has not been used for a long time actually. | |||
| 2017-03-08 | propellor spin | Joey Hess | |
| 2017-03-08 | propellor spin | Joey Hess | |
| 2017-03-08 | added Apache.confEnabled | Joey Hess | |
| 2017-03-01 | Merge branch 'joeyconfig' | Joey Hess | |
| 2017-03-01 | use git.joeyh.name | Joey Hess | |
| 2017-03-01 | Fixed https url to propellor git repository. | 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 | 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-20 | Merge branch 'joeyconfig' | 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-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-07 | releasing package propellor version 3.3.0 | Joey Hess | |
| 2017-02-04 | Merge remote-tracking branch 'spwhitton/pin' | Joey Hess | |
| 2017-02-04 | add missing case for ArchLinux | Joey Hess | |
| 2017-02-04 | improve layout | Joey Hess | |
| 2017-02-04 | Merge remote-tracking branch 'wzhd/archlinux' | Joey Hess | |
| 2017-02-04 | AptPrefPackage -> AptPackagePref | Sean Whitton | |
| This reads much better: it's an "apt package preference". | |||
| 2017-02-04 | Apt.pinnedTo takes a list of suites and pin priorities | Sean Whitton | |
| 2017-02-04 | factor out suitePinBlock | Sean Whitton | |
| 2017-02-04 | rm superfluous TODO | Sean Whitton | |
| 2017-02-04 | get rid of a compile-time error | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | replace Linux with DebianLike to compile DiskImage | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | CloudAtCost requires User.nuked to be Property Linux | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | cleanInstallOnce supports DebianLike only | Zihao Wang | |
| because of User.shadowConfig Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | add tightenTargets | Zihao Wang | |
| probably because of "now :: Property Linux" Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | make pattern-matching exhaustive | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | add some support for Arch Linux to Parted | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | extend Rsync to support ArchLinux | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-04 | addArchLinux support to Docker.installed | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-03 | response | Joey Hess | |
| 2017-02-03 | add property for Pacman | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-03 | Bootstrap using Pacman | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-03 | add types for Arch Linux | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-02-02 | add Explanation: lines to pref files | Sean Whitton | |
| 2017-02-02 | drop a superfluous blank line in pref file | Sean Whitton | |
| 2017-02-02 | fix type of Apt.pinnedTo | Sean Whitton | |
