OSDN Git Service

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)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 3 Feb 2020 16:31:35 +0000 (08:31 -0800)
commit212ea9260d621f3cc3478636bf9ad05febffa6c2
treefc4f686bcc66a81a083a71296cb5897f8ba8b5dd
parent7f7ceb368f2e5294aad73625c09503fea7dcbb43
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.
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]