summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
AgeCommit message (Expand)Author
2016-04-05propellor spinJoey Hess
2016-04-02Stack support.Joey Hess
2016-03-30apt install propellor dependencies more quietlyJoey Hess
2016-03-30When new dependencies are added to propellor or the propellor config, try har...Joey Hess
2016-03-30add hs-concurrent-output to freebsd depsJoey Hess
2016-03-27add dep on concurrent-output, and re-enable -O0Joey Hess
2016-03-09Speed up propellor's build of itself, by asking cabal to only build the prope...Joey Hess
2016-03-08fix reversion in bootstrap spin of system with no declared OSJoey Hess
2016-03-07make Cron.runPropellor pass System to bootstrapPropellorCommandJoey Hess
2016-03-07refactorJoey Hess
2016-03-07indentsJoey Hess
2016-03-07unnecessary parensJoey Hess
2016-03-07fix checkBinaryCommandJoey Hess
2016-03-07fix indentJoey Hess
2016-03-07FreeBSD Support including:Evan Cofsky
2015-12-30Bootstrap apt-get installs run with deconf noninteractive frontend.Joey Hess
2015-11-17Removed the (unused) dependency on quickcheck.Joey Hess
2015-10-29generalize what can be outputJoey Hess
2015-10-28fix bad MVar use, use STMJoey Hess
2015-10-10propellor spinJoey Hess
2015-09-30force copy when destination existsJoey Hess
2015-09-25propellor spinJoey Hess
2015-09-25Guard against power loss etc when building propellor, by updating the executa...Joey Hess
2015-08-12Make sure that make is installed when bootstrapping propellor.Joey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...Joey Hess
2015-04-29avoid checking build deps if cabal configures okJoey Hess
2015-04-29Ensure build deps are installed before building propellor in --spin and cron ...Joey Hess
2015-04-29propellor spinJoey Hess
2015-04-02/dev/null any error from propellor --checkJoey Hess
2015-04-02Make propellor resistent to changes to shared libraries, such as libffiJoey Hess
2015-02-28better deps installationJoey Hess
2015-02-28support installing build deps using pure cabal, rather than debian packagesJoey Hess
2015-02-28avoid using the makefile when bootstrapping with --spinJoey Hess
2015-02-28Propellor now builds itself without needing the Makefile.Joey Hess