| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-25 | explain how to customise the sbuild chroot | Sean Whitton | |
| 2016-08-24 | changelog | Sean Whitton | |
| 2016-08-20 | does not depend on git 2.9 after my improvement | Joey Hess | |
| 2016-08-20 | improve Sean's fix, making the wrapper still work with older git versions | Joey Hess | |
| 2016-08-20 | pass --allow-unrelated-histories to git merge | Sean Whitton | |
| Fixes merging the /usr/src/propellor git bundle with git 2.9. | |||
| 2016-07-24 | Sbuild.keypairInsecurelyGenerated: Improved to be more robust. Thanks, Sean ↵ | Joey Hess | |
| Whitton. | |||
| 2016-07-24 | Ssh.knownHost: Bug fix: Only fix up the owner of the known_hosts file after ↵ | Joey Hess | |
| it exists. | |||
| 2016-06-23 | releasing package propellor version 3.1.1 | Joey Hess | |
| 2016-06-22 | prep release | Joey Hess | |
| 2016-06-21 | changelog attribution fix | Sean Whitton | |
| 2016-06-21 | merged | Joey Hess | |
| 2016-06-19 | merged | 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 | Property.Firejail: New module. Thanks, Sean Whitton | 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-15 | changelog | Joey Hess | |
| 2016-06-13 | changelog | Joey Hess | |
| 2016-06-13 | wording | Joey Hess | |
| 2016-06-13 | wording | Joey Hess | |
| 2016-06-13 | typo | Joey Hess | |
| 2016-06-13 | add stopPropellorMessage | Joey Hess | |
| 2016-06-13 | improve exception handling | Joey Hess | |
| * Improve exception handling. A property that threw a non-IOException used to stop the whole propellor run. Now, all non-async exceptions only make the property that threw them fail. (Implicit API change) * Added StopPropellorException which can be used in the unsual case where a failure of one property should stop propellor from trying to ensure any other properties. * tryPropellor returns Either SomeException a now (API change) | |||
| 2016-06-13 | merged | Joey Hess | |
| 2016-06-13 | Sbuild: Add keyringInsecurelyGenerated which is useful on throwaway build ↵ | Joey Hess | |
| VMs. Thanks, Sean Whitton | |||
| 2016-06-10 | Switch letsencrypt to certbot package name. | Joey Hess | |
| 2016-06-06 | prep release | Joey Hess | |
| 2016-05-28 | deal with systemd's KillUserProcesses change | Joey Hess | |
| * Systemd: Added killUserProcesses property, which can be reverted to return systemd to its default behavior before version 230 started killing processes like screen sessions. * Systemd: Added logindConfigured property. | |||
| 2016-05-23 | Modules added for Sbuild and Ccache. Thanks, Sean Whitton | Joey Hess | |
| 2016-05-22 | bump standards-version | Joey Hess | |
| 2016-05-22 | prep release | Joey Hess | |
| 2016-05-22 | split out module to work around badly named symbol in directory-1.2.6.2 | Joey Hess | |
| Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52 | |||
| 2016-05-22 | update ghc version; 8.0.1 is released | Joey Hess | |
| 2016-05-17 | changelog | Joey Hess | |
| 2016-05-07 | changelog | Joey Hess | |
| 2016-05-05 | Run letsencrypt with --noninteractive. | Joey Hess | |
| 2016-05-01 | releasing package propellor version 3.0.3 | Joey Hess | |
| 2016-05-01 | Remove Propellor.DotDir from the propellor library, as its use of ↵ | Joey Hess | |
| Paths_propellor prevents use of the module out of propellor's tree. Failure looked like: /home/lukas/.propellor/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.3/propellor-3.0. 1-0JokOieT9kY9W7enKSzFHh/libHSpropellor-3.0.1-0JokOieT9kY9W7enKSzFHh.a(DotDir.o) :(.text+0x591): undefined reference to `propezu0JokOieT9kY9W7enKSzzFHh_Pathszupropellor_getLibDir_closure' This module is only needed for the wrapper program anyway, which handles --init. This does mean that ./propellor --init in propellor's tree will fail even though the help shows --init as an option. | |||
| 2016-04-30 | prep release | Joey Hess | |
| 2016-04-28 | Fix build with directory-1.2.6.2. | Joey Hess | |
| It's now exporting a conflicting isSymbolicLink https://github.com/haskell/directory/issues/52 Only a few places in propellor use isSymbolicLink, but to prevent future problems, made as much of it as possible import Utility.Directory, which re-exports System.Directory without the conflicting symbol. (Utility.Tmp and System.Console.Concurrent.Internal cannot import Utility.Directory due to cycles, and don't use isSymbolicLink anyway.) | |||
| 2016-04-23 | added AtticRepo type alias | Joey Hess | |
| 2016-04-07 | Added Propellor.Property.Fstab, and moved the fstabbed property to there. | Joey Hess | |
| 2016-04-05 | changlog | Joey Hess | |
| 2016-04-05 | changelog | Joey Hess | |
| 2016-04-05 | releasing package propellor version 3.0.1 | Joey Hess | |
| 2016-04-05 | propellor spin | Joey Hess | |
| 2016-04-05 | merged | Joey Hess | |
| 2016-04-02 | prep release | Joey Hess | |
| 2016-04-02 | Stack support. | Joey Hess | |
| * Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack. | |||
| 2016-04-01 | separate propellor --init | Joey Hess | |
| 2016-04-01 | setup gpg key in initial setup process | Joey Hess | |
