Re: Autodelegation based on more complex rules

2021-02-24 Thread Stephen Finucane
On Mon, 2021-02-15 at 12:14 +, Ali Alnubani wrote: > Hi all, >   > There are currently 2 ways in Patchwork to autodelegate patches. Patchwork can > either parse the hint header (X-Patchwork-Delegate), or it can lookup the > fnmatch-formatted rules for the project. >   > Projects using a MAINTAI

RE: Autodelegation based on more complex rules

2021-02-17 Thread Ali Alnubani
> -Original Message- > From: Konstantin Ryabitsev > Sent: Wednesday, February 17, 2021 4:24 PM > To: Ali Alnubani > Cc: patchwork@lists.ozlabs.org; NBU-Contact-Thomas Monjalon > > Subject: Re: Autodelegation based on more complex rules > > On Wed, Feb 17, 20

Re: Autodelegation based on more complex rules

2021-02-17 Thread Konstantin Ryabitsev
On Wed, Feb 17, 2021 at 02:15:23PM +, Ali Alnubani wrote: > > I suggest that you do this outside of patchwork, using procmail and > > filtering > > hooks to set X-Patchwork-Delegate. This is what we do at kernel.org, though > > we > > don't directly parse the MAINTAINERS file. You can see our

RE: Autodelegation based on more complex rules

2021-02-17 Thread Ali Alnubani
Hi Konstantin, > -Original Message- > From: Konstantin Ryabitsev > Sent: Monday, February 15, 2021 4:30 PM > To: Ali Alnubani > Cc: patchwork@lists.ozlabs.org; NBU-Contact-Thomas Monjalon > > Subject: Re: Autodelegation based on more complex rules > > On

Re: Autodelegation based on more complex rules

2021-02-15 Thread Konstantin Ryabitsev
On Mon, Feb 15, 2021 at 12:14:47PM +, Ali Alnubani wrote: > Hi all, > > There are currently 2 ways in Patchwork to autodelegate patches. Patchwork > can either parse the hint header (X-Patchwork-Delegate), or it can lookup > the fnmatch-formatted rules for the project. > > Projects using a MA

Autodelegation based on more complex rules

2021-02-15 Thread Ali Alnubani
Hi all, There are currently 2 ways in Patchwork to autodelegate patches. Patchwork can either parse the hint header (X-Patchwork-Delegate), or it can lookup the fnmatch-formatted rules for the project. Projects using a MAINTAINERS file might want to use the same rules they already have there f