| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-11 | propellor spin | Joey Hess | |
| 2016-07-11 | propellor spin | Joey Hess | |
| 2016-06-23 | fix Ccache.hs haddock | Sean Whitton | |
| The Hackage API docs for the 3.1.0 release of propellor failed to build due to my use of '^' in a comment in Ccache.hs. | |||
| 2016-06-21 | Merge remote-tracking branch 'spwhitton/reboot' | Joey Hess | |
| 2016-06-21 | Revert "docs on property ordering" | Sean Whitton | |
| This reverts commit cde491e5767caca7bf10bca16d625e713ba24a9b. | |||
| 2016-06-21 | fix permissions of ccache on upgrade from 3.0.5 | Sean Whitton | |
| 2016-06-20 | ConfFile: cosmetic fixes | Félix Sipma | |
| 2016-06-20 | ConfFile.hasIniSection: add missing header | Félix Sipma | |
| 2016-06-19 | fix desc | Joey Hess | |
| 2016-06-19 | reordered more commonly used stuff first | Joey Hess | |
| 2016-06-19 | Generalized fileProperty can now operate on files as either a series of ↵ | Joey Hess | |
| lines, or a ByteString. | |||
| 2016-06-19 | Write privdata files in binary rather than text | Andrew Schurman | |
| https://propellor.branchable.com/todo/bytes_in_privData__63__/ | |||
| 2016-06-19 | Merge remote-tracking branch 'spwhitton/firejail' | Joey Hess | |
| 2016-06-19 | docs on property ordering | Sean Whitton | |
| 2016-06-19 | Typeable in Schroot.hs | Sean Whitton | |
| 2016-06-19 | Sbuild.built conditionally reboots to new kernel | Sean Whitton | |
| 2016-06-19 | Reboot.toKernelNewerThan FailedChange not error | Sean Whitton | |
| See discussion: <http://propellor.branchable.com/todo/merge_request:_changes_to_Reboot.hs/> | |||
| 2016-06-19 | Schroot.overlaysInTmpfs sets Schroot.useOverlays | Sean Whitton | |
| 2016-06-19 | Joey's Schroot.useOverlays info property | Sean Whitton | |
| 2016-06-19 | shorten haddock hyperlinks | Sean Whitton | |
| 2016-06-19 | haddock tweak | Sean Whitton | |
| Slashes inside @monospace@ get misinterpreted. | |||
| 2016-06-19 | describe Firejail.jailed | Sean Whitton | |
| 2016-06-19 | further simplify #792100 workaround | Sean Whitton | |
| 2016-06-19 | improve Sbuild.hs haddock | Sean Whitton | |
| - Suggest install autopkgtest to get adt-run(1) - Easier to understand ordering of functions - Fix hyperlinks to functions - Using @ around paths containing slashes gets interpreted wrongly | |||
| 2016-06-19 | simplify #792100 workaround | Sean Whitton | |
| 2016-06-19 | when on Jessie, work around #792100 | Sean Whitton | |
| 2016-06-19 | ensure that sbuild aliases line not duplicated | Sean Whitton | |
| 2016-06-19 | Ccache.hasCache chmods cache root setgid | Sean Whitton | |
| This should fix <http://propellor.branchable.com/forum/Bug_with_Sbuild/>. Thank you to Fred Picca for reporting and then also finding a fix for the problem. | |||
| 2016-06-18 | Really make Apt.install fail when asked to install a package that apt does ↵ | Joey Hess | |
| not know about | |||
| 2016-06-17 | revert accidential commit | Joey Hess | |
| 2016-06-17 | Apt.install: When asked to install a package that apt does not know about, ↵ | Joey Hess | |
| it used to incorrectly succeed. Now it will fail. | |||
| 2016-06-16 | response | Joey Hess | |
| 2016-06-16 | add Propellor.Property.Firejail | Sean Whitton | |
| 2016-06-15 | Merge remote-tracking branch 'felix/hasinisection' | Joey Hess | |
| 2016-06-15 | ConfFile: export hasIniSection | Félix Sipma | |
| 2016-06-13 | avoid using Architecture for what's really a kernel flavor | 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 Sbuild to new Architecture type | Félix Sipma | |
| (cherry picked from commit e44ea6c16d84a8f369ae4ca27ff862f8f9844819) | |||
| 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-13 | throw StopPropellorException if unmounting fails | Joey Hess | |
| It would be bad if unmount somehow failed and then another property tried to reformat the mounted device or rm -rf the mount point. While I don't see anything that does that, and while lazy umount can't fail as far as I know, it was throwing an exception that stopped propellor and let's cautiously keep it that way. | |||
| 2016-06-13 | fix buggy readVersionMaybe | Joey Hess | |
| 2016-06-13 | sequencing errorMessage is pointless | Joey Hess | |
| It throws an error, so only the first error would be shown. Instead, display them all. | |||
| 2016-06-13 | add stopPropellorMessage | Joey Hess | |
| 2016-06-13 | use new StopPropellorException | Joey Hess | |
| 2016-06-13 | improve some comments | Joey Hess | |
| 2016-06-13 | Merge remote-tracking branch 'spwhitton/reboot' | Joey Hess | |
| 2016-06-13 | Merge remote-tracking branch 'spwhitton/insecure-sbuild-keygen' | Joey Hess | |
| 2016-06-13 | ConfFile: add hasIniSection property | Félix Sipma | |
| 2016-06-12 | improve Exoscale prop haddock | Sean Whitton | |
