| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-05 | Revert "speed up chain output displaying" | Joey Hess | |
| This reverts commit c59ce983999ddbfe6cb8b27e4f376b5c37d7f853. That was wrong because only the *last* line of chain output is a Result. It could be that a previous line is able to be read as a Result, and the commit would make processing bail out at that point. | |||
| 2017-07-05 | propellor spin | Joey Hess | |
| 2017-07-05 | propellor spin | Joey Hess | |
| 2017-07-05 | speed up chain output displaying | Joey Hess | |
| Avoid needing to wait for a subsequent line before displaying the previous line. | |||
| 2017-07-05 | propellor spin | Joey Hess | |
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | Bootstrap.bootstrappedFrom: Avoid doing anything when not run in a chroot. | Joey Hess | |
| This way, when a disk image is built using this property, and booted up, running propellor won't try to ensure this property again. This commit was sponsored by Jeff Goeke-Smith on Patreon. | |||
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only be built ↵ | Joey Hess | |
| from the bootstrapped config the first time. When the config changes, the bootstrapped propellor needs to get rebuilt. This commit was sponsored by Fernando Jimenez on Patreon. | |||
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | Diskimage.imageExists: Align disk image size to multiple of 4096 sector size | Joey Hess | |
| Since some programs (such as VBoxManage convertdd) refuse to operate on disk images not aligned to a sector size. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon. | |||
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | Bootstrap.clonedFrom: Fix bug that broke copying .git/config into chroot. | Joey Hess | |
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-04 | propellor spin | Joey Hess | |
| 2017-07-02 | make joey own git.kitenet.net checkout | Joey Hess | |
| I have a cron job updating a file in there.. | |||
| 2017-06-30 | add beaver onion | Joey Hess | |
| 2017-06-30 | case | Joey Hess | |
| 2017-06-30 | tor for beaver | Joey Hess | |
| 2017-06-28 | propellor spin | Joey Hess | |
| 2017-06-28 | propellor spin | Joey Hess | |
| 2017-06-28 | propellor spin | Joey Hess | |
| 2017-06-28 | update debian stable suite | Joey Hess | |
| 2017-06-28 | setting up joeyconfig after merge | Joey Hess | |
| 2017-06-28 | describe Linode.serialGrub | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> | |||
| 2017-06-28 | add | Joey Hess | |
| 2017-06-28 | Apache.httpsVirtualHost' must create ssl/hn/ dir earlier | Sean Whitton | |
| It turns out that IncludeOptional will error out if it is passed non-wildcard directories that do not exist. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> | |||
| 2017-06-20 | User.hasInsecurePassword makes sure shadow passwords are enabled | Joey Hess | |
| So if the insecure password is later changed, the new password won't be exposed. | |||
| 2017-06-18 | add news item for propellor 4.0.6 | Joey Hess | |
| 2017-06-18 | releasing package propellor version 4.0.6 | Joey Hess | |
| 2017-06-18 | clean up after merge | Joey Hess | |
| 2017-06-18 | Merge branch 'joeyconfig' | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | my pipe trick didn't work; fallback to NoBuffering | Joey Hess | |
| Not sure what the problem was, but it hung. Also though, I noticed that stdin was still open when git fetch was run, so if git fetch itself decided to read from stdin, it would mess up the protocol forwarding. While git fetch should never read from stdin, that was reason enough to fall back to plan B. | |||
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | Merge commit '3f6f91b4699978b0fa1cb2e64fac86483c55c038' into joeyconfig | Joey Hess | |
| 2017-06-18 | Fix bug that sometimes made --spin fail with "fatal: Couldn't find remote ↵ | Joey Hess | |
| ref HEAD" Tricky stdin buffering problem. An easier fix would have been: hSetBuffering stdin NoBuffering But that approach is less robust; even with NoBuffering, anything that uses hLookAhead causes 1 byte of buffering. And, any reads from stdin before hSetBuffering would still cause the problem. Instead, I used a bigger hammer that will always work. It involves a bit more CPU work, but this is data that is already being fed through ssh; copying it one more time won't cause a measurable performance impact. This commit was sponsored by Jack Hill on Patreon. | |||
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | remove unnecessary binary mode setting | Joey Hess | |
| This is using ByteString, so the handle IO discipline is irrelevant. | |||
| 2017-06-18 | propellor spin | Joey Hess | |
| 2017-06-18 | propellor spin | Joey Hess | |
