| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-07 | minor style improvements | Joey Hess | |
| 2016-03-07 | minor style and layout improvements | Joey Hess | |
| 2016-03-07 | coding style | Joey Hess | |
| 2016-03-07 | minor style and layout improvements | Joey Hess | |
| where blocks involve lest nesting than let in, and are more idiomatic in propellor properties | |||
| 2016-03-07 | use catchIO | Joey Hess | |
| 2016-03-07 | minor style improvements | Joey Hess | |
| Made some code a little faster.. | |||
| 2016-03-07 | adjust haddock headers | Joey Hess | |
| for some reason I asked the author to put the copyright in there, but Propellor doesn't do per-file copyrights; it's all BSD. Also, make the maintainer show up in haddock. | |||
| 2016-03-07 | avoid default fallthrough for System | Joey Hess | |
| This is so, when a user adds a new OS, ghc tells them everywhere they need to look to add it. Also, avoid throwing error from pure function.. | |||
| 2016-03-07 | make Cron.runPropellor pass System to bootstrapPropellorCommand | Joey Hess | |
| Rather than having the property fail when the Host has no OS defined, I made bootstrapPropellorCommand not install deps in this situation. The cron job will (probably) still work, unless a system upgrade causes deps to be removed. | |||
| 2016-03-07 | clean up | Joey Hess | |
| 2016-03-07 | refactor | Joey Hess | |
| 2016-03-07 | indents | Joey Hess | |
| 2016-03-07 | unnecessary parens | Joey Hess | |
| 2016-03-07 | fix checkBinaryCommand | Joey Hess | |
| The freebsd branch made it run ./propellor --check after verifying that command fails, which is clearly wrong. | |||
| 2016-03-07 | fix indent | Joey Hess | |
| 2016-03-07 | move fromString export to Propellor | Joey Hess | |
| My policy for config.hs is it shouldn't need to load any modules other than propellor and the desired property modules. | |||
| 2016-03-07 | split config-freebsd back out | Joey Hess | |
| Let's keep config-simple quite simple; naive users start by modifying it and probably don't want to be faced with freebsd example, unless they're freebsd users. | |||
| 2016-03-07 | add /propellor to gitignore | Joey Hess | |
| It was removed in the freebsd branch, but I want to ignore the file. Limited to only the file at the top of the tree now. | |||
| 2016-03-07 | change joeyconfig back after merging from master | Joey Hess | |
| (cherry picked from commit 7743ef8542b6490c3c42ac826a26aa0b24991f22) | |||
| 2016-03-07 | Merge remote-tracking branch 'remotes/misandrist/FreeBSD' into wip | Joey Hess | |
| 2016-03-07 | update | Joey Hess | |
| 2016-03-07 | Firewall: add NatDestination to Rules | Félix Sipma | |
| (cherry picked from commit df40046fd65bc07eced41adb73c7e227d2b54cd1) | |||
| 2016-03-07 | Ssh: change type of listenPort from Int to Port (API change) | Félix Sipma | |
| (cherry picked from commit 0207c5ab585f41877c1b9f9674a25941cffd2ac7) | |||
| 2016-03-07 | add fromPort function | Félix Sipma | |
| (cherry picked from commit c3a23f89092d1ef8367c37ab8993ea7031124f4b) | |||
| 2016-03-07 | Added a comment | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 | |
| 2016-03-07 | Added a comment | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 | |
| 2016-03-07 | removed | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 | |
| 2016-03-07 | Added a comment | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 | |
| 2016-03-07 | FreeBSD Support including: | Evan Cofsky | |
| - Propellor bootstrapping - Basic pkg - Basic ZFS datasets and properties - Simple Poudriere configuration (regular and ZFS) - Poudriere jail creation FIXME: - Cron.hs: runPropellor needs the System, but hasn't yet gotten it. Reorganizing: - Remove FreeBSD.Process - Move ZFS up to Property - Add Info for Pkg.update/Pkg.upgrade - Move FreeBSD.md to doc so it'll show up automatically. - Merge the FreeBSD config with the other sample config. - Use Info to check Pkg updated/upgraded and Poudriere configured. - Warnings clean-up, move ZFS types to Propellor.Types. - Maintainer and license statements. | |||
| 2016-03-07 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-07 | changelog | Joey Hess | |
| 2016-03-07 | improve filtering of interface files | Joey Hess | |
| 2016-03-07 | Network: escape interfaceDFile names | Félix Sipma | |
| (cherry picked from commit 125135ea5d42d623346a385faf7ed404f8878891) | |||
| 2016-03-06 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-06 | update | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | build with older ghc | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | Force ssh, scp, and git commands to be run in the foreground. | Joey Hess | |
| Before, they could run in the background if another process was running, and so their output wouldn't immediately be visible. With this change, the concurrent-output layer is not used for these interactive commands. | |||
| 2016-03-06 | refactor | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | propellor spin | Joey Hess | |
| 2016-03-06 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-06 | response | Joey Hess | |
