summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-04Arch 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.
2017-02-04add missing case for ArchLinuxJoey Hess
2017-02-04improve layoutJoey Hess
2017-02-04Merge remote-tracking branch 'wzhd/archlinux'Joey Hess
2017-02-04submit merge requestspwhitton
2017-02-04Added a commentwzhd
2017-02-04get rid of a compile-time errorZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04replace Linux with DebianLike to compile DiskImageZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04CloudAtCost requires User.nuked to be Property LinuxZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04cleanInstallOnce supports DebianLike onlyZihao Wang
because of User.shadowConfig Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04add tightenTargetsZihao Wang
probably because of "now :: Property Linux" Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04make pattern-matching exhaustiveZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04add some support for Arch Linux to PartedZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04extend Rsync to support ArchLinuxZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-04addArchLinux support to Docker.installedZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-03responseJoey Hess
2017-02-03Added Apt.suiteAvailablePinned, Apt.pinnedTo. Thanks, Sean Whitton.Joey Hess
* Added Apt.suiteAvailablePinned, Apt.pinnedTo. Thanks, Sean Whitton. * Added File.containsBlock Thanks, Sean Whitton.
2017-02-03Merge remote-tracking branch 'spwhitton/pin'Joey Hess
2017-02-03reviewJoey Hess
2017-02-03Arch Linux Portwzhd
2017-02-03add property for PacmanZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-03Bootstrap using PacmanZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-03add types for Arch LinuxZihao Wang
Signed-off-by: Zihao Wang <dev@wzhd.org>
2017-02-03Added a commentspwhitton
2017-02-02add Explanation: lines to pref filesSean Whitton
2017-02-02drop a superfluous blank line in pref fileSean Whitton
2017-02-02fix type of Apt.pinnedToSean Whitton
2017-02-02AptPrefPackage typeSean Whitton
2017-02-02Apt.pinnedTo uses File.configFileNameSean Whitton
2017-02-03Added a commentcraige@a46118dff5bc0fad85259759970d8b4b9fc377d7
2017-02-02Merge remote-tracking branch 'upstream/master' into pinSean Whitton
2017-02-02better exampleJoey Hess
2017-02-02haddock formattingJoey Hess
2017-02-02responseJoey Hess
2017-02-02Added 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-02-02Added a comment: reply to reviewspwhitton
2017-02-02commentJoey Hess
2017-02-02Merge branch 'master' of https://github.com/joeyh/propellor into pinSean Whitton
2017-02-02(no commit message)craige@a46118dff5bc0fad85259759970d8b4b9fc377d7
2017-02-01commentJoey Hess
2017-02-01submit branchspwhitton
2017-01-31fix removal of blocksSean Whitton
2017-01-31more spacingSean Whitton
2017-01-31neaten the prefs file Apt.pinnedTo generatesSean Whitton
2017-01-31spacingSean Whitton
2017-01-31describe Apt.pinnedToSean Whitton
2017-01-31pass a tuple to Apt.pinnedToSean Whitton
This permits calling Apt.pinnedTo infix
2017-01-31suiteAvailablePinned avoids pinning backportsSean Whitton
2017-01-31implement Apt.pinnedToSean Whitton
2017-01-31add File.containsBlockSean Whitton