summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-03rename Propellor.Property.{PropellorRepo -> Localdir}Sean Whitton
This is to accommodate a new property in that module which is about /usr/local/propellor, but not only about the git repo there. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2019-04-01Added a comment: Patch series submittedspwhitton
2019-04-01commentJoey Hess
2019-04-01Added Utility.FileMode to the modules exported by Propellor.UtilitiesJoey Hess
Since File.mode uses FileMode, it seems it ought to be exported by propellor somewhere. I don't want to make propellor Property modules themselves export core data types though, so this is a compromise of dubious utility.
2019-04-01Sbuild.built no longer includes Apt.stdSourcesList by default, in order to ↵Joey Hess
support non-Debian OS's. (API change) To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built calls which have osDebian. Thanks, Sean Whitton
2019-04-01sbuild: break Apt.stdSourcesList out of Sbuilt.builtSean Whitton
Apt.stdSourcesList supports only Debian, so having it inside Sbuilt.built was blocking using Sbuild.built with non-Debian schroots. Note that we cannot break out the installation of eatmydata and ccache, because Sbuild.built assumes that those are available in the schroot config files that it writes out. This is a minimal fix. If it becomes clear that there are properties which would be wanted in every Buntish schroot, say, we might replace Sbuild.osDebianStandard with an Sbuild.standard property which uses pickOS to install the right set of properties. Reported-by: David Bremner <david@tethera.net> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2019-03-30How can File.mode be used in config.hs?Nicolas.Schodet
2019-03-29Added a comment: patch submittedspwhitton
2019-03-29report bugspwhitton
2019-03-29fix .dir-locals.el to avoid apparent memory leak bug with Emacs 26spwhitton
2019-03-29Need help to write a property of a generic kindNicolas.Schodet
2019-03-26Added a commentNicolas.Schodet
2019-03-25propellor spinJoey Hess
2019-03-25propellor spinJoey Hess
2019-03-25propellor spinJoey Hess
2019-03-18Added a commentspwhitton
2019-03-17ideaJoey Hess
2019-03-17Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2019-03-17commentJoey Hess
2019-03-16Added a comment: Works on my machine ;)david
2019-03-06patchJoey Hess
2019-03-06Added a commentspwhitton
2019-03-06commentJoey Hess
2019-03-06Merge branch 'joeyconfig'Joey Hess
2019-03-06commentJoey Hess
2019-03-05(no commit message)david
2019-03-03(no commit message)david
2019-03-03(no commit message)david
2019-02-18updateJoey Hess
2019-02-17thoughtsJoey Hess
2019-02-13clean up after mergeJoey Hess
2019-02-13Merge branch 'joeyconfig'Joey Hess
2019-02-13commentJoey Hess
2019-02-13Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2019-02-13updateJoey Hess
2019-02-13Added a commentpicca
2019-02-13(no commit message)picca
2019-01-27propellor spinJoey Hess
2019-01-27setting up joeyconfig after mergeJoey Hess
2019-01-27propellor spinJoey Hess
2019-01-20add news item for propellor 5.6.1Joey Hess
2019-01-20releasing package propellor version 5.6.1Joey Hess
2019-01-20fix Libvirt.hs haddock buildSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2019-01-20Revert "propellor: fix haddock markup in Propellor.Property.Libvirt"Joey Hess
This reverts commit 278ca887cc734ea60af429d545a6da446a0cc6aa.
2019-01-20changelogJoey Hess
2019-01-20propellor: fix haddock markup in Propellor.Property.LibvirtSergei Trofimovich
'cabal haddock' fails as: src/Propellor/Property/Libvirt.hs:35:1: error: parse error (possibly incorrect indentation or mismatched brackets) Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-01-18add news item for propellor 5.6.0Joey Hess
2019-01-18releasing package propellor version 5.6.0Joey Hess
2019-01-18Fix --spin crash when ~/.ssh/ directory did not already exist.Joey Hess
2019-01-18clean up after mergeJoey Hess