| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-05 | comment | Joey Hess | |
| 2016-04-05 | (no commit message) | frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a | |
| 2016-04-05 | (no commit message) | frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a | |
| 2016-04-03 | merge request | spwhitton | |
| 2016-04-02 | format | Joey Hess | |
| 2016-04-02 | format | Joey Hess | |
| 2016-04-02 | typography | Joey Hess | |
| 2016-04-02 | format | Joey Hess | |
| 2016-04-02 | add news item for propellor 3.0.0 | Joey Hess | |
| 2016-04-02 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-04-02 | Stack support. | Joey Hess | |
| * Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack. | |||
| 2016-04-01 | separate propellor --init | Joey Hess | |
| 2016-04-01 | setup gpg key in initial setup process | Joey Hess | |
| 2016-04-01 | comment | Joey Hess | |
| 2016-04-01 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2016-04-01 | Added a comment | picca | |
| 2016-03-31 | update | Joey Hess | |
| 2016-03-30 | upgrade guide | Joey Hess | |
| 2016-03-30 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2016-03-30 | close | Joey Hess | |
| 2016-03-30 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2016-03-30 | add news item for propellor 2.17.2 | Joey Hess | |
| 2016-03-30 | Added a comment | http://joeyh.name/ | |
| 2016-03-30 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2016-03-30 | close | Joey Hess | |
| 2016-03-30 | problem | Joey Hess | |
| 2016-03-30 | Merge branch 'master' into typed-os-requirements | Joey Hess | |
| 2016-03-30 | Apt.update: Also run dpkg --configure -a here as apt for some reason won't ↵ | Joey Hess | |
| even update if dpkg was interrupted. | |||
| 2016-03-30 | Added a comment | gueux | |
| 2016-03-29 | Added a comment | picca | |
| 2016-03-29 | removed | picca | |
| 2016-03-29 | Added a comment | picca | |
| 2016-03-29 | Added a comment | picca | |
| 2016-03-29 | update | Joey Hess | |
| 2016-03-29 | comment | Joey Hess | |
| 2016-03-29 | Added a comment | picca | |
| 2016-03-28 | Added a comment | gueux | |
| 2016-03-28 | idea | Joey Hess | |
| 2016-03-28 | idea | Joey Hess | |
| 2016-03-28 | comment | Joey Hess | |
| 2016-03-28 | note | Joey Hess | |
| 2016-03-28 | Merge branch 'master' into typed-os-requirements | Joey Hess | |
| 2016-03-28 | add news item for propellor 2.17.1 | Joey Hess | |
| 2016-03-28 | close | Joey Hess | |
| 2016-03-28 | add | Joey Hess | |
| 2016-03-28 | Merge branch 'master' into typed-os-requirements | Joey Hess | |
| 2016-03-27 | add dep on concurrent-output, and re-enable -O0 | Joey Hess | |
| Using the external concurrent-output library lets it be built with -O2 as is needed to get good runtime memory use. Enabling -O0 because ghc is using rather a lot more time and memory due to the new more complex types. old master branch: Linking dist/build/propellor-config/propellor-config ... 24.59user 0.97system 0:25.93elapsed 98%CPU (0avgtext+0avgdata 354612maxresident)k 1544inputs+46064outputs (0major+371244minor)pagefaults 0swaps this branch before -O0: Linking dist/build/propellor-config/propellor-config ... 25.56user 0.73system 0:26.61elapsed 98%CPU (0avgtext+0avgdata 345348maxresident)k 0inputs+43480outputs (0major+364163minor)pagefaults 0swaps this branch with -O0: Linking dist/build/propellor-config/propellor-config ... 11.91user 0.75system 0:12.97elapsed 97%CPU (0avgtext+0avgdata 237472maxresident)k 16inputs+37264outputs (0major+336166minor)pagefaults 0swaps Above benchmarks are building all source files needed by config-simple.hs. The story is rather worse for joeyconfig.hs; building it now needs over 500 mb even with -O0 :-/ | |||
| 2016-03-26 | ported propagateContainer | Joey Hess | |
| Renamed several utility functions along the way. | |||
| 2016-03-26 | remove `os` property | Joey Hess | |
| The new properties let the type checker know what the target OS is. | |||
| 2016-03-26 | update docs for new property types | Joey Hess | |
