[Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-06 Thread Andres Gomez
If an identified commit was having more than one fix, we would warn about that and only treat the first. Now, we don't warn but treat all of them. Signed-off-by: Andres Gomez --- bin/get-fixes-pick-list.sh | 51 +++--- 1 file changed, 26 insertions(+), 25

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-07 Thread Eric Engestrom
On Saturday, 2017-05-06 17:09:35 +0300, Andres Gomez wrote: > If an identified commit was having more than one fix, we would warn > about that and only treat the first. > > Now, we don't warn but treat all of them. This was on my todo list, thanks for fixing this :) > > Signed-off-by: Andres Go

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-08 Thread Andres Gomez
On Mon, 2017-05-08 at 00:48 +0100, Eric Engestrom wrote: > On Saturday, 2017-05-06 17:09:35 +0300, Andres Gomez wrote: > > If an identified commit was having more than one fix, we would warn > > about that and only treat the first. > > > > Now, we don't warn but treat all of them. > > This was on

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-08 Thread Emil Velikov
On 6 May 2017 at 15:09, Andres Gomez wrote: > If an identified commit was having more than one fix, we would warn > about that and only treat the first. > > Now, we don't warn but treat all of them. > Having read through this a couple of times, I'm not sure I fully parse it. Are you saying that y

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-08 Thread Andres Gomez
On Mon, 2017-05-08 at 10:56 +0100, Emil Velikov wrote: > On 6 May 2017 at 15:09, Andres Gomez wrote: > > If an identified commit was having more than one fix, we would warn > > about that and only treat the first. > > > > Now, we don't warn but treat all of them. > > > > Having read through thi

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-08 Thread Emil Velikov
On 8 May 2017 at 11:52, Andres Gomez wrote: > On Mon, 2017-05-08 at 10:56 +0100, Emil Velikov wrote: >> On 6 May 2017 at 15:09, Andres Gomez wrote: >> > If an identified commit was having more than one fix, we would warn >> > about that and only treat the first. >> > >> > Now, we don't warn but t

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-08 Thread Andres Gomez
On Mon, 2017-05-08 at 13:41 +0100, Emil Velikov wrote: > On 8 May 2017 at 11:52, Andres Gomez wrote: > > On Mon, 2017-05-08 at 10:56 +0100, Emil Velikov wrote: > > > On 6 May 2017 at 15:09, Andres Gomez wrote: > > > > If an identified commit was having more than one fix, we would warn > > > > abo

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-09 Thread Emil Velikov
On 8 May 2017 at 14:49, Andres Gomez wrote: > On Mon, 2017-05-08 at 13:41 +0100, Emil Velikov wrote: >> On 8 May 2017 at 11:52, Andres Gomez wrote: >> > On Mon, 2017-05-08 at 10:56 +0100, Emil Velikov wrote: >> > > On 6 May 2017 at 15:09, Andres Gomez wrote: >> > > > If an identified commit was

Re: [Mesa-dev] [PATCH] bin/get-fixes-pick-list.sh: don't warn if more than one, go over them

2017-05-11 Thread Andres Gomez
Emil, to bring the warning back in the same conditions there is: https://lists.freedesktop.org/archives/mesa-dev/2017-May/154907.html Could you give it a look and may be grant a R-b ? Thanks! On Tue, 2017-05-09 at 10:42 +0100, Emil Velikov wrote: > On 8 May 2017 at 14:49, Andres Gomez wrote: >