summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard W.M. Jones [Fri, 7 Jul 2017 14:00:14 +0000 (15:00 +0100)]
send-reports: Truncate content to 50K.
Richard W.M. Jones [Fri, 7 Jul 2017 13:30:22 +0000 (14:30 +0100)]
show-queues: A script to display a summary of what's in the queues.
Richard W.M. Jones [Fri, 7 Jul 2017 12:24:29 +0000 (13:24 +0100)]
README: Add link to similar patchew project.
Thanks: Kashyap Chamarthy
Richard W.M. Jones [Fri, 7 Jul 2017 12:08:41 +0000 (13:08 +0100)]
test-functions: Hide uninteresting 'git clean' output.
Richard W.M. Jones [Fri, 7 Jul 2017 12:08:11 +0000 (13:08 +0100)]
Add workaround for broken pika which cannot handle long-running connections.
Richard W.M. Jones [Fri, 7 Jul 2017 10:47:46 +0000 (11:47 +0100)]
Release the hounds.
Richard W.M. Jones [Fri, 7 Jul 2017 10:45:53 +0000 (11:45 +0100)]
test-functions: If copying, force checkout of upstream origin/
In case our local copy is ahead of origin.
Richard W.M. Jones [Fri, 7 Jul 2017 10:35:34 +0000 (11:35 +0100)]
Add procmail-example, referenced in README.
Richard W.M. Jones [Fri, 7 Jul 2017 09:10:24 +0000 (10:10 +0100)]
Add working libguestfs tests.
Richard W.M. Jones [Fri, 7 Jul 2017 09:30:10 +0000 (10:30 +0100)]
inject: Decode subject line before storing the email.
Decoding Subject lines is a PITA in Python. Do it once when injecting
the email, and store the subject lines as UTF-8. This saves a lot of
effort later on, even though it's not strictly RFC compliant.
Richard W.M. Jones [Fri, 7 Jul 2017 09:29:47 +0000 (10:29 +0100)]
threader: Use 'str' instead of non-existant 'string' function.
Strong typing FTW.
Richard W.M. Jones [Fri, 7 Jul 2017 09:11:48 +0000 (10:11 +0100)]
perform-tests: Create large files in /var/tmp
In case some has broken their system with tmp-on-tmpfs.
Richard W.M. Jones [Fri, 7 Jul 2017 08:08:18 +0000 (09:08 +0100)]
Update image export name.
Updates previous commit.
Richard W.M. Jones [Thu, 6 Jul 2017 21:25:09 +0000 (22:25 +0100)]
Add link to the blog posting.
Also we store the images used in that posting.
Richard W.M. Jones [Thu, 6 Jul 2017 10:36:48 +0000 (11:36 +0100)]
Initial commit.