summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-13propellor spinJoey Hess
2017-07-13export BuilderJoey Hess
2017-07-13closeJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13setting up joeyconfig after mergeJoey Hess
2017-07-13move unreleased stuff to topJoey Hess
2017-07-13Merge branch 'joeyconfig'Joey Hess
2017-07-13propellor spinJoey Hess
2017-07-13changelogJoey Hess
2017-07-13Merge commit 'cc7d4cb4b1bddbdebbb69c04f14dcac5041f7607' into joeyconfigJoey Hess
2017-07-13finally really fixed HEAD problemJoey Hess
My first try with a pipe was the right approach, and was almost right, except I forgot to close the write end of the pipe, and so it was inherited by the forked process, leading to deadlock.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13trying the pipe trick againJoey Hess
With some small changes, and debugging.
2017-07-13reopen bugJoey Hess
2017-07-13Revert "disable buffering earlier"Joey Hess
This reverts commit 632137836b39462883483a621f9dd696ce1d73cc. Still failing :( Seems that disabling buffering is not the solution.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13disable buffering earlierJoey Hess
The "fatal: Couldn't find remote ref HEAD" persists, and is intermittent so hard to be sure but it seemed that disabling buffering earlier avoided it. Now done first thing on start. I was not able to find anything that reads from stdin other than getMarked, but perhaps there is something..
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-12add bootstrapWith property to support stack and moreJoey Hess
* Hosts can be configured to build propellor using stack, by adding a property: & bootstrapWith (Robustly Stack) * Hosts can be configured to build propellor using cabal, but using only packages installed from the operating system. This will work on eg Debian: & bootstrapWith OSOnly propellor build its config using stack. (This does not affect how propellor is bootstrapped on a host by "propellor --spin host".) This has not yet been tested at all! But should probably work fine. This is based on earlier work by Arnaud Bailly, who made Propellor.Bootstrap use stack without parameterization. In Arnaud's patch, stack was installed using wget, but that only worked on linux-x86_64 and was insecure. I instead chose to use the distribution packages of stack, like is done for cabal. Debian stack has haskell-stack now, and it's getting into many distributions. This commit was sponsored by Francois Marier on Patreon.
2017-07-10propellor spinJoey Hess
2017-07-10propellor spinJoey Hess
2017-07-10User: add systemGroup and use it for systemAccountFor' Thanks, Félix Sipma.Joey Hess
2017-07-10Merge remote-tracking branch 'felix/system-group'Joey Hess
2017-07-10User: add systemGroup and use it for systemAccountFor'Félix Sipma
2017-07-10Export a Restic.backup' property. Thanks, Félix Sipma.Joey Hess
2017-07-10Merge remote-tracking branch 'felix/restic'Joey Hess
2017-07-06releasing package propellor version 4.3.2Joey Hess
2017-07-06add news item for propellor 4.3.2Joey Hess
2017-07-06releasing package propellor version 4.3.2Joey Hess
2017-07-06Really include Propellor.Property.FreeDesktop.Joey Hess
2017-07-06add news item for propellor 4.3.1Joey Hess
2017-07-06releasing package propellor version 4.3.1Joey Hess
2017-07-06clean up after mergeJoey Hess