[Mesa-dev] [PATCH v2 0/2] Add ignore file for bin/get-{extra, fixes}-pick-list.sh scripts

Juan A. Suarez Romero jasuarez at igalia.com
Fri Apr 7 11:30:03 UTC 2017


Those two scripts suggest about commits that could be potential candidates to be
in stable.

But if we decided some of those commits arent, the scripts will continue
suggesting them.

The first patch adds a bin/.cherry-ignore-extra, similar to bin/.cherry-ignore,
where we can put the commits we are not interested any more, so neither
bin/get-extra-pick-list.sh nor bin/get-fixes-pick-list.sh scripts will suggest
them in future.

The second one just formats the output slightly different, so it makes it easier
to copy and paste the commit to ignore in the bin/.cherry-ignore-extra file.

This new version fixes a problem in the bin/get-extra-pick-list.sh, where I was
marking incorrectly the candidate commits. Plus it uses printf instead of echo,
as suggested by Eric.


Juan A. Suarez Romero (2):
  bin/get-{extra,fixes}-pick-list.sh: add support for ignore list
  bin/get-{extra,fixes}-pick-list.sh: improve output

 bin/get-extra-pick-list.sh | 12 ++++++++++++
 bin/get-fixes-pick-list.sh | 21 +++++++++++++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)

-- 
2.9.3



More information about the mesa-dev mailing list