| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2017-02-02 | AptPrefPackage type | Sean Whitton | |
| 2017-02-02 | Apt.pinnedTo uses File.configFileName | Sean Whitton | |
| 2017-02-02 | Merge remote-tracking branch 'upstream/master' into pin | Sean Whitton | |
| 2017-02-02 | better example | Joey Hess | |
| 2017-02-02 | haddock formatting | Joey Hess | |
| 2017-02-02 | Added Propellor.Property.File.configFileName and related functions to ↵ | Joey Hess | |
| generate good filenames for config directories. spwhitton has a branch that could use this, and there are several places in propellor that do something ad-hoc that would have been better implemented using this. I was not able to switch any of the existing ad-hoc stuff, but this can be used going forward for new stuff. This commit was sponsored by Anthony DeRobertis on Patreon. | |||
| 2017-01-31 | fix removal of blocks | Sean Whitton | |
| 2017-01-31 | more spacing | Sean Whitton | |
| 2017-01-31 | neaten the prefs file Apt.pinnedTo generates | Sean Whitton | |
| 2017-01-31 | spacing | Sean Whitton | |
| 2017-01-31 | describe Apt.pinnedTo | Sean Whitton | |
| 2017-01-31 | pass a tuple to Apt.pinnedTo | Sean Whitton | |
| This permits calling Apt.pinnedTo infix | |||
| 2017-01-31 | suiteAvailablePinned avoids pinning backports | Sean Whitton | |
| 2017-01-31 | implement Apt.pinnedTo | Sean Whitton | |
| 2017-01-31 | add File.containsBlock | Sean Whitton | |
| 2017-01-31 | document File.containsLines | Sean Whitton | |
| 2017-01-31 | Merge remote-tracking branch 'upstream/master' into pin | Sean Whitton | |
| 2017-01-30 | fix type error: hiddenService -> hiddenService' | Sean Whitton | |
| 2017-01-30 | commented hacking | Sean Whitton | |
| 2017-01-30 | TODO | Sean Whitton | |
