bin/pick-ui: Add a new maintainer script for picking patches
authorDylan Baker <dylan@pnwbakers.com>
Wed, 16 Oct 2019 18:32:49 +0000 (11:32 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 20 Apr 2020 19:40:55 +0000 (19:40 +0000)
commit8b8a99ba567314d5a83633a8ef73a5491976c67c
treedddd06866b98b12bc389ff50c96de494c46b6984
parent0123b8f63415d3d320929e6112da2be2d837b262
bin/pick-ui: Add a new maintainer script for picking patches

In the long term the goal of this script is to nearly completely
automate the process of picking stable nominations, in a well tested
way.

In the short term the goal is to provide a better, faster UI to interact
with stable nominations.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3608>
bin/pick-ui.py [new file with mode: 0755]
bin/pick/__init__.py [new file with mode: 0644]
bin/pick/core.py [new file with mode: 0644]
bin/pick/core_test.py [new file with mode: 0644]
bin/pick/ui.py [new file with mode: 0644]