Skip to content
Commit 1eb1a232 authored by Emil Velikov's avatar Emil Velikov Committed by Juan A. Suarez Romero
Browse files

bin/get-pick-list.sh: rework handing of sha nominations



Currently our is_sha_nomination does:
 - folds any whitespace, attempting to extract sha-like information
 - checks that at least one of the shas has landed

Split it in two and do sha-like validation first.

This way, commits with mesa-stable and sha nominations will feature the
fixes/revert/etc instead of stable (a) or will be omitted if not
applicable for the respective branch (b).

Misc examples from 18.3

(a)
-[   stable ] 5bc50936 glx: make xf86vidmode mandatory for direct rendering
+[    fixes ] 5bc50936 glx: make xf86vidmode mandatory for direct rendering

(b)
-[   stable ] 9a7b3199 anv/query: flush render target before copying results

CC: Juan A. Suarez <jasuarez@igalia.com>
CC: Dylan Baker <dylan@pnwbakers.com>
CC: mesa-stable@lists.freedesktop.org
Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarAndres Gomez <agomez@igalia.com>
(cherry picked from commit 6b296f64)
parent 4203d05c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment