summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-09avoid error message when dpkg-parsechangelog is not installedJoey Hess
2016-03-08testJoey Hess
2016-03-08when run w/o parameters as root, update from git and buildJoey Hess
Got lost in recent changes and broke the cron job.
2016-03-08fix to build with ghc 7.6.3Joey Hess
2016-03-08updateJoey Hess
2016-03-08idea!Joey Hess
2016-03-08cleanupJoey Hess
2016-03-08more thoughtsJoey Hess
2016-03-08thoughtJoey Hess
2016-03-08commentJoey Hess
2016-03-08commentJoey Hess
2016-03-08fix reversion in bootstrap spin of system with no declared OSJoey 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-07linkJoey Hess
2016-03-07ideaJoey Hess
2016-03-07reorder and improve commentsJoey Hess
2016-03-07typoJoey Hess
2016-03-07setting up joeyconfig after mergeJoey Hess
2016-03-07link to config-freebsd.hsJoey Hess
2016-03-07Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-03-07clean up after mergeJoey Hess
2016-03-07setting up joeyconfig after mergeJoey Hess
2016-03-07update docs for FreeBSD, now mergedJoey Hess
closes https://github.com/joeyh/propellor/pull/11
2016-03-08Added a commentspwhitton
2016-03-07add unsupportedOSJoey Hess
2016-03-07add pointer to freebsdJoey Hess
2016-03-07Merge branch 'joeyconfig' into wipJoey Hess
2016-03-07Merge branch 'master' into wipJoey Hess
2016-03-07avoid non-exhaustive pattern matchJoey Hess
2016-03-07splitWs appears identical to wordsJoey Hess
2016-03-07typoeJoey Hess
2016-03-07propellor spinJoey Hess
2016-03-07propellor spinJoey Hess
2016-03-07clean up after mergeJoey Hess
2016-03-07Merge branch 'master' into joeyconfigJoey Hess
2016-03-07privdata/relocateJoey Hess
better than symlinks because this way no conflict can ever occur and, commit from hook
2016-03-07Return Left for FreeBSD on Debootstrap.Evan Cofsky
2016-03-07Fails 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-07add back after merging masterJoey Hess
2016-03-07Merge branch 'joeyconfig'Joey Hess
2016-03-07got tired of needing to cherry-pick changes into joeyconfig, wrote a hookJoey 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-07remove debian/rules guard in joeyconfig branchJoey Hess
Not needed any longer as I don't build the debs and thus can't accidentially build them from this branch.
2016-03-07changelogJoey Hess
2016-03-07minor style improvementsJoey Hess
2016-03-07minor style and layout improvementsJoey Hess
2016-03-07coding styleJoey Hess
2016-03-07minor style and layout improvementsJoey Hess
where blocks involve lest nesting than let in, and are more idiomatic in propellor properties
2016-03-07use catchIOJoey Hess
2016-03-07minor style improvementsJoey Hess
Made some code a little faster..
2016-03-07adjust haddock headersJoey 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-07avoid default fallthrough for SystemJoey 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..