| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-03 | propellor spin | Joey Hess | |
| 2018-05-03 | propellor spin | Joey Hess | |
| 2018-05-02 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2018-05-02 | changelog | Joey Hess | |
| 2018-05-02 | make Schroot.overlaysInTmpfs revertable | Sean Whitton | |
| Useful when a build fails on a tmpfs (usually a package's test suite). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> | |||
| 2018-05-02 | update | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | propellor spin | Joey Hess | |
| 2018-05-01 | Added a comment | picca | |
| 2018-04-30 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2018-04-30 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-04-30 | notes on failed attempt to migrate | Joey Hess | |
| 2018-04-30 | propellor spin | Joey Hess | |
| 2018-04-30 | Added a comment | jsza | |
| 2018-04-30 | responses | Joey Hess | |
| 2018-04-30 | clean up after merge | Joey Hess | |
| 2018-04-30 | propellor spin | Joey Hess | |
| 2018-04-30 | Revert "Added dependency on concurrent-output; removed embedded copy." | Joey Hess | |
| This reverts commit 02eca2ae4cf51d8e83d94d8359e15ac053451109. This seems to have broken propellor badly, in testing I'm seeing it crash at the end of a run with "thread blocked indefinitely in an STM transaction" and also during the run it printed out some odd output like: apache2: apache2: dummy IN SSHFP 4 1 35df80973f5877e4041f1b70947385eb2f6a0822 dummy IN SSHFP 4 2 3a0bb426e76eebc5c56e3b0f1428aa9d18539e9621bf8f9e3b7f56a4e7d81c85 Which seems like it might be output of commands that propellor is supposed to be reading? Seems likely that there's a bug or two that have crept into then concurrent-output library since the version embedded in propellor. | |||
| 2018-04-30 | propellor spin | Joey Hess | |
| 2018-04-30 | propellor spin | Joey Hess | |
| 2018-04-30 | propellor spin | Joey Hess | |
| 2018-04-30 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2018-04-30 | fix broken SemigroupMonoid transition <<loop>> | Joey Hess | |
| Turns out that with ghc 8.2.2, the instructions given on the page don't work. And the cppless variant that I had compiles, but into effectively mappend = mappend so it loops. The only way I can see to make it work without cpp is to use mappend = (Sem.<>) which is ugly and a land mine waiting to explode if someone changes it to a nicer mappend = (<>) with a newer version of ghc which will compile it and work ok, while breaking it with 8.2.2. Sigh. I posted to haskell-cafe about this. | |||
| 2018-04-30 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2018-04-30 | fix build with ghc 8.2 | Joey Hess | |
| Seems newer ghc can figure out that metatypes is SingI, but not this one? | |||
| 2018-04-29 | setting up joeyconfig after merge | Joey Hess | |
| 2018-04-29 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2018-04-29 | propellor spin | Joey Hess | |
| 2018-04-29 | propellor spin | Joey Hess | |
| 2018-04-29 | propellor spin | Joey Hess | |
| 2018-04-29 | propellor spin | Joey Hess | |
| 2018-04-29 | signature | spwhitton | |
| 2018-04-29 | we should factor out code in Grub.configured | spwhitton | |
| 2018-04-29 | Added a comment | picca | |
| 2018-04-29 | Added a comment | picca | |
| 2018-04-29 | (no commit message) | picca | |
| 2018-04-28 | (no commit message) | jsza | |
| 2018-04-28 | (no commit message) | jsza | |
| 2018-04-23 | clean up after merge | Joey Hess | |
| 2018-04-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-04-23 | more ghc 8.4 build fixes | Joey Hess | |
| Tested build with ghc 8.4 now. | |||
| 2018-04-23 | stack.yaml: Updated to lts-9.21. | Joey Hess | |
| Also tested with lts-11.6 / ghc 8.2.2 and it does build, however the stack in debian stable (and even unstable currently) does not support that version's data. | |||
| 2018-04-23 | Added dependency on concurrent-output; removed embedded copy. | Joey Hess | |
| Removed deps on transformers, text, stm. Updated debian/control and Propellor.Bootstrap accordingly. Sorted the lists of deps to make it easier to keep them in sync. This commit was sponsored by Nick Daly on Patreon. | |||
| 2018-04-23 | setting up joeyconfig after merge | Joey Hess | |
| 2018-04-23 | Added dependency on concurrent-output; removed embedded copy. | Joey Hess | |
| Removed deps on transformers, text, stm. Updated debian/control and Propellor.Bootstrap accordingly. Sorted the lists of deps to make it easier to keep them in sync. | |||
| 2018-04-23 | update note about singletons library | Joey Hess | |
| ghc version is ok to use it now. However, seems debian has not packaged it, so it won't be in stable for years, so I can't even think about using it for propellor. Proably ghc will get built-in singletons support before I can drop the current singletons code. | |||
