| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-08 | propellor spin | Joey Hess | |
| 2017-03-08 | propellor spin | Joey Hess | |
| 2017-03-01 | Merge branch 'joeyconfig' | Joey Hess | |
| 2017-03-01 | use git.joeyh.name | Joey Hess | |
| 2017-03-01 | removed my repos from github; don't need to run gitriddance anymore | Joey Hess | |
| 2017-02-26 | use val instead of show | Joey Hess | |
| 2017-02-15 | more arches for stackInstalled | Joey Hess | |
| There is no armel build, unfortunately; the "arm" build is armhf at least currently. | |||
| 2017-02-04 | get rid of a compile-time error | Zihao Wang | |
| Signed-off-by: Zihao Wang <dev@wzhd.org> | |||
| 2017-01-09 | propellor spin | Joey Hess | |
| 2016-12-28 | propellor spin | Joey Hess | |
| 2016-11-20 | minor | Joey Hess | |
| 2016-11-20 | propellor spin | Joey Hess | |
| 2016-11-11 | iabak is moving out of joeyconfig to its own separate config | Joey Hess | |
| This is to allow multiple admins of iabak to access the privdata. Since there's a single privdata file for all machines in a propellor deployment, and I don't want them to see all my secrets, we needed to break it out. | |||
| 2016-10-04 | propellor spin | Joey Hess | |
| 2016-08-29 | unused | Joey Hess | |
| 2016-08-29 | propellor spin | Joey Hess | |
| 2016-07-18 | update | Joey Hess | |
| 2016-07-11 | propellor spin | Joey Hess | |
| 2016-07-11 | propellor spin | Joey Hess | |
| 2016-07-11 | propellor spin | Joey Hess | |
| 2016-06-13 | add DebianKernel datatype | Félix Sipma | |
| (cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c but without the changes to src/Propellor/Precompiled.hs) | |||
| 2016-06-13 | remove ANDROID | Joey Hess | |
| (cherry picked from commit d5d42f4fb51fee4e5eb2e17d82f1339876c8fc03) | |||
| 2016-06-13 | convert Architecture to a sumtype | Félix Sipma | |
| TODO: remove ANDROID (used in GitAnnexBuilder) TODO: add other architectures TODO: rename ARMHF TODO: rename ARMEL (cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099) | |||
| 2016-06-10 | propellor spin | Joey Hess | |
| 2016-05-05 | workaround | Joey Hess | |
| 2016-03-30 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 947e73a2021fcad36a806a224f171e0dba9ee7da. When I tried to use startssl cert with postfix, darkstar complained: Server certificate not verified | |||
| 2016-03-30 | propellor spin | Joey Hess | |
| 2016-03-30 | propellor spin | Joey Hess | |
| 2016-03-30 | propellor spin | Joey Hess | |
| 2016-03-30 | propellor spin | Joey Hess | |
| 2016-03-27 | finished the conversion, including my config file! | Joey Hess | |
| It builds, but I have not yet tested if it works. Need to verify info propagation, etc. | |||
| 2016-03-27 | ported | Joey Hess | |
| fixed up chroot to take Props | |||
| 2016-03-27 | ported! | Joey Hess | |
| 2016-03-26 | more porting | Joey Hess | |
| Conductor WIP | |||
| 2016-03-26 | more ported | Joey Hess | |
| 2016-03-05 | add libmagic | Joey Hess | |
| 2016-03-05 | propellor spin | Joey Hess | |
| 2016-02-07 | temporarily revert using letsencrypt | Joey Hess | |
| It's currently not letting me make a cert for kitenet.net as I made too many during testing. | |||
| 2016-02-07 | propellor spin | Joey Hess | |
| 2016-02-06 | Obnam: To cause old generations to be forgotten, keepParam can be passed to ↵ | Joey Hess | |
| a backup property; this causes obnam forget to be run. | |||
| 2016-01-22 | reword | Joey Hess | |
| 2016-01-22 | more text | Joey Hess | |
| 2016-01-02 | clean cache on autobuilders | Joey Hess | |
| 2015-12-31 | actually parse service lines | Joey Hess | |
| So whitespace etc changes don't matter | |||
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | Postfix: Add service property to enable/disable services in master.cf. | Joey Hess | |
| 2015-12-06 | allow using `check` on a UncheckedProperty, which yields a Property | Joey Hess | |
| 2015-12-05 | UncheckedProperty for cmdProperty et al | Joey Hess | |
| * Properties that run an arbitrary command, such as cmdProperty and scriptProperty are converted to use UncheckedProperty, since they cannot tell on their own if the command truely made a change or not. (API Change) Transition guide: - When GHC complains about an UncheckedProperty, add: `assume` MadeChange - Since these properties used to always return MadeChange, that change is always safe to make. - Or, if you know that the command should modifiy a file, use: `changesFile` filename * A few properties have had their Result improved, for example Apt.buldDep and Apt.autoRemove now check if a change was made or not. | |||
| 2015-11-26 | Added Propellor.Property.Fail2Ban. | Joey Hess | |
| 2015-11-25 | Added Postfix.saslPasswdSet. | Joey Hess | |
