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 <ago...@igalia.com>
CC: Dylan Baker <dy...@pnwbakers.com>
CC: Juan A. Suarez Romero <jasua...@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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to