| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-22 | fix cabal check warning | Joey Hess | |
| 2018-04-22 | add news item for propellor 5.3.5 | Joey Hess | |
| 2018-04-22 | releasing package propellor version 5.3.5 | Joey Hess | |
| 2018-04-22 | clean up after merge | Joey Hess | |
| 2018-04-22 | remove unused import | Joey Hess | |
| 2018-04-22 | tested change with old ghc; ok | Joey Hess | |
| 475b936c5111619225bc36c6706e6a987d2f709d works with ghc 8.0.2 | |||
| 2018-04-22 | propellor spin | Joey Hess | |
| 2018-04-22 | simplify constraints for new ghc | Joey Hess | |
| ghc started warning about the IsProp (Property i) constraint; removing it the code builds. This may break building with older ghc. | |||
| 2018-04-22 | setting up joeyconfig after merge | Joey Hess | |
| 2018-04-22 | separate Hs-Source-Dirs for binaries | Joey Hess | |
| This is a trick I only just learned about, see https://stackoverflow.com/questions/6711151/how-to-avoid-recompiling-in-this-cabal-file#6711739 Significantly increased propellor build speed when your config.hs is in a fork of the propellor repository, by avoiding redundant builds of propellor library. Also avoids needing to list all the build deps 3 times. Also avoids cabal 2.x wanting every module to be listed 3 times. Note that the bulk of wrapper.hs had to move into the propellor library, since that code depended on stuff not exposed by the library. This commit was sponsored by Henrik Riomar on Patreon. | |||
| 2018-04-18 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2018-04-18 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-04-18 | changelog | Joey Hess | |
| 2018-04-18 | Apt.stdSourcesList now adds stable-updates suite | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> | |||
| 2018-04-13 | propellor spin | Joey Hess | |
| 2018-04-13 | (no commit message) | Tony | |
| 2018-04-13 | (no commit message) | Tony | |
| 2018-04-13 | (no commit message) | Tony | |
| 2018-04-13 | propellor spin | Joey Hess | |
| 2018-04-12 | propellor spin | Joey Hess | |
| 2018-04-12 | I tested the banana pi earlier, forgot to move it to the tested section | Joey Hess | |
| 2018-04-12 | propellor spin | Joey Hess | |
| 2018-04-11 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-04-11 | move 1-wire to different gpio pin | Joey Hess | |
| 2018-04-08 | propellor spin | Joey Hess | |
| 2018-04-08 | propellor spin | Joey Hess | |
| 2018-04-08 | propellor spin | Joey Hess | |
| 2018-04-05 | propellor spin | Joey Hess | |
| 2018-04-05 | propellor spin | Joey Hess | |
| 2018-04-05 | propellor spin | Joey Hess | |
| 2018-04-05 | Added a comment | gueux | |
| 2018-04-03 | propellor spin | Joey Hess | |
| 2018-04-03 | response | Joey Hess | |
| 2018-04-03 | fix comment indent | Joey Hess | |
| 2018-04-03 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-04-03 | fix urls for change from gitweb to cgit | Joey Hess | |
| 2018-04-03 | update | Joey Hess | |
| 2018-04-03 | Added a comment | spwhitton | |
| 2018-04-01 | (no commit message) | gueux | |
| 2018-04-01 | (no commit message) | hanthethanh@9738c9518eb96922578df0d8a097a4ed8334055e | |
| 2018-04-01 | (no commit message) | hanthethanh@9738c9518eb96922578df0d8a097a4ed8334055e | |
| 2018-03-24 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-03-24 | install debug-me from package | Joey Hess | |
| 2018-03-21 | add news item for propellor 5.3.4 | Joey Hess | |
| 2018-03-21 | releasing package propellor version 5.3.4 | Joey Hess | |
| 2018-03-20 | Firewall: Reorder iptables parameters that are order dependant to make ↵ | Joey Hess | |
| --to-dest and --to-source work. Thanks, Russell Sim | |||
| 2018-03-20 | Move table and target to before the other rule arguments | Russell Sim | |
| Some commands in IPTables are order dependent. In particular, I have seen this with the --to-dest and the --to-source arguments for DNAT and SNAT respectively. Below is an example rule which demonstrates the issue. $ iptables -A PREROUTING -p tcp -i eth0 --dport 4000 \ --to-dest 10.3.0.6:4000 -t nat -j DNAT iptables v1.6.0: unknown option "--to-dest" $ iptables -A PREROUTING -p tcp -i eth0 --dport 4000 \ -j DNAT --to-dest 10.3.0.6:4000 -t nat Signed-off-by: Russell Sim <russell.sim@gmail.com> | |||
| 2018-03-19 | Merge branch 'joeyconfig' | Joey Hess | |
| 2018-03-19 | don't use ikiwiki link in readme | Joey Hess | |
| 2018-03-19 | update | Joey Hess | |
