[Mesa-dev] [PATCH v2 1/2] bin/get-{extra, fixes}-pick-list.sh: add support for ignore list

Juan A. Suarez Romero jasuarez at igalia.com
Mon Apr 10 10:15:01 UTC 2017


On Fri, 2017-04-07 at 19:38 +0100, Emil Velikov wrote:
> On 7 April 2017 at 12:30, Juan A. Suarez Romero <jasuarez at igalia.com> wrote:
> > Both scripts does not use a file with the commits to ignore. So if we
> > have handled one of the suggested commits and decided we won't pick it,
> > the scripts will continue suggesting them.
> > 
> > This commits adds support for a bin/.cherry-ignore-extra where we can
> > put the commits not explicitly rejected (those would be in the
> > bin/.cherry-ignore) but we want the scripts don't suggest them because
> > we know those won't be picked for stable.
> > 
> 
> Don't see much value in having the extra file. The patch is not
> suitable, regardless of how it was flagged.
> 

Ok. I'll send a patch to use .cherry-ignore for all the cases.

> > v2:
> > - Mark the candidates in bin/get-extra-pick-list.sh (Juan A. Suarez)
> > ---
> >  bin/get-extra-pick-list.sh | 12 ++++++++++++
> >  bin/get-fixes-pick-list.sh | 14 ++++++++++++++
> 
> bin/get-typod-pick-list.sh could use the .cherry-ignore fix right ?

This script is using .cherry-ignore. Which fix do you mean?


> 
> Thanks
> Emil
> 


More information about the mesa-dev mailing list