| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-30 | force copy when destination exists | Joey Hess | |
| 2015-09-25 | propellor spin | Joey Hess | |
| 2015-09-25 | Guard against power loss etc when building propellor, by updating the ↵ | Joey Hess | |
| executable atomically. | |||
| 2015-08-12 | Make sure that make is installed when bootstrapping propellor. | Joey Hess | |
| 2015-05-27 | Export CommandParam, boolSystem, safeSystem and shellEscape from ↵ | Joey Hess | |
| Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant. | |||
| 2015-04-29 | avoid checking build deps if cabal configures ok | Joey Hess | |
| 2015-04-29 | Ensure build deps are installed before building propellor in --spin and cron ↵ | Joey Hess | |
| job, even if propellor was already built before, to deal with upgrades that add new dependencies. | |||
| 2015-04-29 | propellor spin | Joey Hess | |
| 2015-04-02 | /dev/null any error from propellor --check | Joey Hess | |
| This includes "unknown option" from old versions of propellor.. | |||
| 2015-04-02 | Make propellor resistent to changes to shared libraries, such as libffi | Joey Hess | |
| * Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with by checking the binary both when running propellor on a remote host, and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt. * Note that since a new switch had to be added to allow testing the binary, upgrading to this version will cause a rebuild from scratch of propellor. | |||
| 2015-02-28 | better deps installation | Joey Hess | |
| Less special cases, and will work more broadly. | |||
| 2015-02-28 | support installing build deps using pure cabal, rather than debian packages | Joey Hess | |
| for non-debian systems | |||
| 2015-02-28 | avoid using the makefile when bootstrapping with --spin | Joey Hess | |
| 2015-02-28 | Propellor now builds itself without needing the Makefile. | Joey Hess | |
