patchq.git
6 years agosend-reports: Truncate content to 50K. master
Richard W.M. Jones [Fri, 7 Jul 2017 14:00:14 +0000 (15:00 +0100)]
send-reports: Truncate content to 50K.

6 years agoshow-queues: A script to display a summary of what's in the queues.
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.

6 years agoREADME: Add link to similar patchew project.
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

6 years agotest-functions: Hide uninteresting 'git clean' output.
Richard W.M. Jones [Fri, 7 Jul 2017 12:08:41 +0000 (13:08 +0100)]
test-functions: Hide uninteresting 'git clean' output.

6 years agoAdd workaround for broken pika which cannot handle long-running connections.
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.

6 years agoRelease the hounds.
Richard W.M. Jones [Fri, 7 Jul 2017 10:47:46 +0000 (11:47 +0100)]
Release the hounds.

6 years agotest-functions: If copying, force checkout of upstream origin/master.
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.

6 years agoAdd procmail-example, referenced in README.
Richard W.M. Jones [Fri, 7 Jul 2017 10:35:34 +0000 (11:35 +0100)]
Add procmail-example, referenced in README.

6 years agoAdd working libguestfs tests.
Richard W.M. Jones [Fri, 7 Jul 2017 09:10:24 +0000 (10:10 +0100)]
Add working libguestfs tests.

6 years agoinject: Decode subject line before storing the email.
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.

6 years agothreader: Use 'str' instead of non-existant 'string' function.
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.

6 years agoperform-tests: Create large files in /var/tmp
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.

6 years agoUpdate image export name.
Richard W.M. Jones [Fri, 7 Jul 2017 08:08:18 +0000 (09:08 +0100)]
Update image export name.

Updates previous commit.

6 years agoAdd link to the blog posting.
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.

6 years agoInitial commit.
Richard W.M. Jones [Thu, 6 Jul 2017 10:36:48 +0000 (11:36 +0100)]
Initial commit.