Re: [PATCH] parser: Handle 'git-request-pull' mails from Git 2.14.3

2018-01-17 Thread Andrew Donnellan
Reviewed-by: Andrew Donnellan On 18/01/18 06:39, Stephen Finucane wrote: Make the regex case insensitive to catch both 'git' and 'Git'. Signed-off-by: Stephen Finucane Fixes: #159 --- patchwork/parser.py| 2

Re: [PATCH] parser: Handle 'git-request-pull' mails from Git 2.14.3

2018-01-17 Thread Daniel Axtens
Stephen Finucane writes: > Make the regex case insensitive to catch both 'git' and 'Git'. > > Signed-off-by: Stephen Finucane > Fixes: #159 > --- > patchwork/parser.py| 2 +- >

Re: Lost pull requests...

2018-01-17 Thread Andrew Donnellan
On 18/01/18 06:09, Stephen Finucane wrote: The regex we used to detect these mails was case sensitive. I can submit a patch to simply make this case insensitive, which should resolve this issue. However, I also noticed that the file, as downloaded by my email client (Evolution), has CRLF line

Re: pwclient breaking on a Form Feed character

2018-01-17 Thread Benjamin Copeland
On 17 January 2018 at 19:13, Stephen Finucane wrote: > On Wed, 2018-01-17 at 11:46 +, Benjamin Copeland wrote: >> Hi All, >> >> Been trying to get a patch but been unable due to: >> >> Traceback (most recent call last): >> File "pwclient", line 827, in >> main() >>

Re: Lost pull requests...

2018-01-17 Thread David Miller
From: Stephen Finucane Date: Wed, 17 Jan 2018 19:29:33 + > I'll send out the patch shortly and backport to stable/2.0 once that's > done. From there, it's up to Jeremy and the Ozlabs peeps to drag it in > for patchwork.ozlabs.org. Thank you.

[PATCH] parser: Handle 'git-request-pull' mails from Git 2.14.3

2018-01-17 Thread Stephen Finucane
Make the regex case insensitive to catch both 'git' and 'Git'. Signed-off-by: Stephen Finucane Fixes: #159 --- patchwork/parser.py| 2 +- .../mail/0017-git-pull-request-git-2-14-3.mbox | 164 +

Re: Lost pull requests...

2018-01-17 Thread Stephen Finucane
On Wed, 2018-01-17 at 14:26 -0500, David Miller wrote: > From: Stephen Finucane > Date: Wed, 17 Jan 2018 19:09:29 + > > > On Mon, 2018-01-15 at 13:25 -0500, David Miller wrote: > >> I've noticed for a while now that various pull requests are not > >> being recognized by

Re: Lost pull requests...

2018-01-17 Thread David Miller
From: Stephen Finucane Date: Wed, 17 Jan 2018 19:09:29 + > On Mon, 2018-01-15 at 13:25 -0500, David Miller wrote: >> I've noticed for a while now that various pull requests are not >> being recognized by patchwork.ozlabs.org and therefore don't >> end up in the patchwork

Re: [PATCH v2] Avoid timezone confusion

2018-01-17 Thread Stephen Finucane
On Wed, 2018-01-17 at 19:18 +, Stephen Finucane wrote: > On Tue, 2018-01-16 at 18:58 +0100, vkaba...@redhat.com wrote: > > From: Veronika Kabatova > > > > Patchwork saves patches, comments etc with UTC timezone and reports > > this time when opening the patch details.

Re: [PATCH v2] Avoid timezone confusion

2018-01-17 Thread Stephen Finucane
On Tue, 2018-01-16 at 18:58 +0100, vkaba...@redhat.com wrote: > From: Veronika Kabatova > > Patchwork saves patches, comments etc with UTC timezone and reports > this time when opening the patch details. However, internally generated > processes such as events are reported

Re: pwclient breaking on a Form Feed character

2018-01-17 Thread Stephen Finucane
On Wed, 2018-01-17 at 11:46 +, Benjamin Copeland wrote: > Hi All, > > Been trying to get a patch but been unable due to: > > Traceback (most recent call last): > File "pwclient", line 827, in > main() > File "pwclient", line 780, in main > action_get(rpc, patch_id) > File

Re: Lost pull requests...

2018-01-17 Thread Stephen Finucane
On Mon, 2018-01-15 at 13:25 -0500, David Miller wrote: > I've noticed for a while now that various pull requests are not > being recognized by patchwork.ozlabs.org and therefore don't > end up in the patchwork queue. > > Even ones I send myself are having this problem. All I am doing > is

pwclient breaking on a Form Feed character

2018-01-17 Thread Benjamin Copeland
Hi All, Been trying to get a patch but been unable due to: Traceback (most recent call last): File "pwclient", line 827, in main() File "pwclient", line 780, in main action_get(rpc, patch_id) File "pwclient", line 301, in action_get s = rpc.patch_get_mbox(patch_id) File