summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Added reservedSpacePercentage to the PartSpec EDSL.Joey Hess
2017-07-06propellor spinJoey Hess
2017-07-06moved to secret-projectJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05Added Propellor.Property.FreeDesktop module.Joey Hess
This commit was sponsored by Trenton Cronholm on Patreon.
2017-07-05setting up joeyconfig after mergeJoey Hess
2017-07-05add news item for propellor 4.3.0Joey Hess
2017-07-05releasing package propellor version 4.3.0Joey Hess
2017-07-05clean up after mergeJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05fix chroot info accessJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05setting up joeyconfig after mergeJoey Hess
2017-07-05propellor spinJoey Hess
2017-07-05DiskImage: Removed grubBootedJoey Hess
Properties that used to need it as a parameter now look at Info about the bootloader that is installed in the chroot that the disk image is created from. (API change) This is a simplication, and avoids the user needing to repeat themselves in the propellor config, thus avoiding mistakes. When no boot loader is installed, or multiple different ones are, disk image creation will fail, which seems reasonable. This commit was sponsored by Jake Vosloo on Patreon.
2017-07-05add news item for propellor 4.2.0Joey Hess
2017-07-05releasing package propellor version 4.2.0Joey Hess
2017-07-05clean up after mergeJoey Hess