[Mesa-dev] [PATCH 0/4] Fold typod/fixes scripts within get-pick-list.sh

Emil Velikov emil.l.velikov at gmail.com
Wed Nov 7 12:07:14 UTC 2018


Hi guys,

Every now and then, I've been annoyed by that we have three close to
identical scripts to run. Not to mention the occasional foobar ordering
that we get when running one before the other.

Namely: two sequential commits nominated with differing tag, latter
depending on the former. As-is one can easily [attempt to] apply the
latter before the former.

This small series kills off the fixes and typod ones, while integrating
the functionality in get-pick-list.sh

In theory one could do the same for get-extra-pick-list.sh although it
varies quite a bit and it rarely flags issues so, I've left it as-is
for now.

Note: to distinguish between the tree a [ stable ] or equivalent tag is
printed before each nomination.

Tl;Dr: Simpler life ;-)

Thanks
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 (4):
  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: add fixes handling

 bin/get-fixes-pick-list.sh | 81 --------------------------------------
 bin/get-pick-list.sh       | 75 +++++++++++++++++++++++++++++++++--
 bin/get-typod-pick-list.sh | 42 --------------------
 3 files changed, 71 insertions(+), 127 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