[Mesa-dev] [PATCH 0/9] Enhance the get-pick-list.sh script

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 8 15:05:12 UTC 2018


Hi all,

This is a v2 of the earlier series "Fold typod/fixes scripts within
get-pick-list.sh" with updates, few tweaks and extra typos/mistakes
that we've been doing.


Patches 1-4: original (with comments addressed) and $sha passed as
argument to the functions
Patch 5: fixups the sed pattern to catch only what we want
Patches 6-8: handles fixes (w/o colon) and "broken by"
Patch 9: swaps [ ] with explicit test


Note: We'd want the whole series in stable as well, even if I haven't
explicitly annotated it. Patches 6-8 catch a few extra bits we'd want.

Input and testing is appreciated.
-Emil

CC: Andres Gomez <agomez at igalia.com>
CC: Dylan Baker <dylan at pnwbakers.com>
CC: Juan A. Suarez Romero <jasuarez at igalia.com>


Emil Velikov (9):
  bin/get-pick-list.sh: simplify git oneline printing
  bin/get-pick-list.sh: prefix output with "[stable] "
  bin/get-pick-list.sh: handle "typod" usecase.
  bin/get-pick-list.sh: handle the fixes tag
  bin/get-pick-list.sh: tweak the commit sha matching pattern
  bin/get-pick-list.sh: flesh out is_sha_nomination
  bin/get-pick-list.sh: handle fixes tag with missing colon
  bin/get-pick-list.sh: handle unofficial "broken by" tag
  bin/get-pick-list.sh: use test instead of [ ]

 bin/get-fixes-pick-list.sh | 81 ---------------------------------
 bin/get-pick-list.sh       | 91 +++++++++++++++++++++++++++++++++++---
 bin/get-typod-pick-list.sh | 42 ------------------
 3 files changed, 86 insertions(+), 128 deletions(-)
 delete mode 100755 bin/get-fixes-pick-list.sh
 delete mode 100755 bin/get-typod-pick-list.sh

-- 
2.19.1



More information about the mesa-dev mailing list