| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-08 | fix reversion in bootstrap spin of system with no declared OS | Joey Hess | |
| The freebsd changes caused a bootstrap of a system with no declared OS to not work, where before it was assumed to be some debian-like system where apt can be used. Brought back this assumption. | |||
| 2016-03-07 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-07 | link | Joey Hess | |
| 2016-03-07 | comment | Joey Hess | |
| 2016-03-07 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2016-03-07 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-07 | idea | Joey Hess | |
| 2016-03-08 | Added a comment: Container Service | evan@0e4cded17eab71af967a38b123fbc211cf215421 | |
| 2016-03-08 | Added a comment: AWS Instances | evan@0e4cded17eab71af967a38b123fbc211cf215421 | |
| 2016-03-08 | Added a comment | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 | |
| 2016-03-07 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-07 | reorder and improve comments | Joey Hess | |
| 2016-03-07 | clean up after merge | Joey Hess | |
| 2016-03-07 | typo | Joey Hess | |
| 2016-03-07 | setting up joeyconfig after merge | Joey Hess | |
| 2016-03-07 | link to config-freebsd.hs | Joey Hess | |
| 2016-03-07 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2016-03-07 | clean up after merge | Joey Hess | |
| 2016-03-07 | setting up joeyconfig after merge | Joey Hess | |
| 2016-03-07 | update docs for FreeBSD, now merged | Joey Hess | |
| closes https://github.com/joeyh/propellor/pull/11 | |||
| 2016-03-08 | Added a comment | spwhitton | |
| 2016-03-07 | add unsupportedOS | Joey Hess | |
| 2016-03-07 | add pointer to freebsd | Joey Hess | |
| 2016-03-07 | Merge branch 'joeyconfig' into wip | Joey Hess | |
| 2016-03-07 | Merge branch 'master' into wip | Joey Hess | |
| 2016-03-07 | avoid non-exhaustive pattern match | Joey Hess | |
| 2016-03-07 | splitWs appears identical to words | Joey Hess | |
| 2016-03-07 | typoe | Joey Hess | |
| 2016-03-07 | propellor spin | Joey Hess | |
| 2016-03-07 | propellor spin | Joey Hess | |
| 2016-03-07 | clean up after merge | Joey Hess | |
| 2016-03-07 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2016-03-07 | privdata/relocate | Joey Hess | |
| better than symlinks because this way no conflict can ever occur and, commit from hook | |||
| 2016-03-07 | Return Left for FreeBSD on Debootstrap. | Evan Cofsky | |
| 2016-03-07 | Fails on respin when it shouldn't recreate a Poudriere jail. | Evan Cofsky | |
| We were using checkResult instead of check, and we weren't parsing the output of `jail -l -q` properly. Now it handles respins perfectly. | |||
| 2016-03-07 | add back after merging master | Joey Hess | |
| 2016-03-07 | Merge branch 'joeyconfig' | Joey Hess | |
| 2016-03-07 | got tired of needing to cherry-pick changes into joeyconfig, wrote a hook | Joey Hess | |
| So, when I merge some branch into joeyconfig, config.hs will automatically be updated to point to joeyconfig.hs again, even if the merge changes it. And, when I merge joeyconfig into master, config.hs will be pointed back to config-simple.hs This may also be useful for others who maintain a branch like joeyconfig. | |||
| 2016-03-07 | remove debian/rules guard in joeyconfig branch | Joey Hess | |
| Not needed any longer as I don't build the debs and thus can't accidentially build them from this branch. | |||
| 2016-03-07 | changelog | Joey Hess | |
| 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 | |
