summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-12-30fix bogus ghc 8.6.3 build warningJoey Hess
ghc warned that the guard did not cover all values of h, but they clearly do, and when rewritten as a case statement the warning goes away Probably a ghc bug, but I kind of prefer the case statement over the guards anyway.
2018-12-30Fix build with ghc 8.6.3Joey Hess
Ghc started complaining that the SingI constraints needs UndecidableInstances. I'm not clear why, when it used to work without that extension. UndecidableInstances were already used in MetaTypes..
2018-12-30stack install pkg is brokenJoey Hess
2018-12-30can't build propellor with lts 13.0thom@386bbca5d0520f44e47909c31e6b0138a4c493b8
2018-12-12propellor spinJoey Hess
2018-12-11updateJoey Hess
2018-12-10propellor spinJoey Hess
2018-12-10propellor spinJoey Hess
2018-12-08commentJoey Hess
2018-12-07typosspwhitton
2018-12-07post todospwhitton
2018-12-04libghc-stm-dev package won't be in new versions of debianJoey Hess
In Bootstrap, still try to install the package to support bootstrapping to old systems. If it's not available the bootstrapping will still succeed. The added apt-cache check is only to avoid apt complaining when asked to install a not available package. In debian/control, depend on ghc that includes stm, although propellor still supports being used with older versions of ghc Of course this control file is not being used for the package in debian any longer afaik, so something else will be done there.
2018-12-04remove obsolete stm packageJoey Hess
2018-12-03don't imply that stm is out of buster altogether!spwhitton
2018-12-03post bugspwhitton
2018-12-01clean up after mergeJoey Hess
2018-12-01Merge branch 'joeyconfig'Joey Hess
2018-12-01responseJoey Hess
2018-11-30(no commit message)cmt.miniBill@1ee673129c276f72c8d7c2974091af7618a22c2a
2018-11-16propellor spinJoey Hess
2018-11-16propellor spinJoey Hess
2018-11-11merged libvirtJoey Hess
2018-11-11Merge remote-tracking branch 'spwhitton/libvirt'Joey Hess
2018-11-11propellor spinJoey Hess
2018-11-11propellor spinJoey Hess
2018-11-11propellor spinJoey Hess
2018-11-11setting up joeyconfig after mergeJoey Hess
2018-11-11method for enabling spamd has changed in testing/unstableJoey Hess
2018-11-11fix unused import warningJoey Hess
Propellor.Base re-exports Data.Monoid.
2018-11-10avoid passing an empty arg when the OS variant is unknown, tooSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2018-11-10fix generated virt-install(1) call when NoAutoStartSean Whitton
2018-11-10Added a commentspwhitton