summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-15squelch cabal warning about Default-LanguageJoey Hess
Could use Hashell2010, but IIRC there are some slightly tricky differences.
2017-05-15propellor spinJoey Hess
2017-05-15mergeJoey Hess
2017-05-15setting up joeyconfig after mergeJoey Hess
2017-05-15Merge branch 'master' into joeyconfigJoey Hess
2017-05-15Removed dependency on MissingH, instead depends on split and hashable.Joey Hess
MissingH is a heavy dependency, which pulls in parsec and a bunch of stuff. So eliminating it makes propellor easier to install and less likely to fail to build. changesFileContent now uses hashable's hash. This may not be stable across upgrades, I'm not sure -- but it's surely ok here, as the hash is not stored. socketFile also uses hash. I *think* this is ok, even if it's not stable. If it's not stable, an upgrade might make propellor hash a hostname to a different number, but with 9 digets of number in use, the chances of a collision are small. In any case, I've opned a bug report asking for the stability to be documented, and I think it's intended to be stable, only the documentation is bad. NB: I have not checked that the arch linux and freebsd packages for the new deps, that Propellor.Bootstrap lists, are the right names or even exist. Since propellor depends on hashable, it could be changed to use unordered-containers, rather than containers, which would be faster and perhaps less deps too. This commit was sponsored by Alexander Thompson on Patreon.
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-15propellor spinJoey Hess
2017-05-13Merge branch 'joeyconfig'Joey Hess
2017-05-13responseJoey Hess
2017-05-12Added a commentbardur.arantsson
2017-05-04propellor spinJoey Hess
2017-04-27Merge commit 'b06edbda0478ed57954d716f64f6870d7ae68f63'Joey Hess
2017-04-28Restic: fix bug in shell escapingFélix Sipma
2017-04-27Propellor.Property.Restic added for yet another backup program. Thanks, ↵Joey Hess
Félix Sipma.
2017-04-27few little thingsJoey Hess
2017-04-27Merge remote-tracking branch 'felix/restic-backup'Joey Hess
2017-04-27Restic: make sure the repo exists before running restic commandsFélix Sipma
2017-04-27add Restic moduleFélix Sipma
2017-04-20increase cabal-versionJoey Hess
f045116b618e255c583376447be635c245d63909 does not work with cabal 1.16
2017-04-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-04-20add news item for propellor 4.0.3Joey Hess
2017-04-20releasing package propellor version 4.0.3Joey Hess
2017-04-20Added a commentjoelmccracken
2017-04-17responseJoey Hess
2017-04-17Added a commentjoelmccracken
2017-04-13responseJoey Hess
2017-04-13(no commit message)joelmccracken
2017-04-10copy git configuration into chrootJoey Hess
2017-04-10reorgJoey Hess
2017-04-09clean up after mergeJoey Hess
2017-04-09doneJoey Hess
2017-04-09setting up joeyconfig after mergeJoey Hess
2017-04-09Merge remote-tracking branch 'origin' into joeyconfigJoey Hess
2017-04-09avoid call stackJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09avoid "sh: 1: git: not found" before auto-install of gitJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09propellor spinJoey Hess
2017-04-09new approach for exposing the underlying localdir inside a chrootJoey Hess
2017-04-09well, that didnt work :(Joey Hess
2017-04-09propellor add-keyJoey Hess