summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-01-18Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2019-01-18Merge branch 'joeyconfig'Joey Hess
2019-01-18propellor spinJoey Hess
2019-01-18update commentJoey Hess
2019-01-18Avoid exposing the constructor of OuterMetaTypesWitness, to avoid the kind ↵Joey Hess
of mistake that led to the withOS bug.
2019-01-18avoid unnecessarily using withOS in the implementation of pickOSJoey Hess
2019-01-18Merge branch 'master' into joeyconfigJoey Hess
2019-01-18fix withOS type level bugJoey Hess
withOS had a type level bug that allowed ensureProperty to be used inside it with a Property that does not match the type of the withOS itself. Propellor.Property.Cron.runPropellor is a Property DebianLike; it was incorrectly a Property UnixLike before and that wrong type was hidden by the withOS bug. This commit was sponsored by Jack Hill on Patreon.
2019-01-16(no commit message)picca
2018-12-31Added a commentthom@386bbca5d0520f44e47909c31e6b0138a4c493b8
2018-12-30Merged Utility changes from git-annexJoey Hess
Last done in May 2017..
2018-12-30setting up joeyconfig after mergeJoey Hess
2018-12-30Merge branch 'master' into joeyconfigJoey Hess
2018-12-30followupJoey Hess
2018-12-30stop importing deprecated Network.BSDJoey Hess
Luckily only the HostName type is needed, which Network.Socket still exports