> On 09/27/2021 12:09 PM Pavel Machek wrote: > Unfortunately, we don't have good system for coordinating reviews in > -rc phase. > > There's a script (commit.py) that produces one-line-per-patch output > suitable for review. One possibility would be to have shared place > somewhere reviewers could tag "I'm working on these patches". > > I don't believe lts-commit-list.git repository is suitable for that; > format suitable for review is different from what we have in > lts-commit-list, and there is going to be multiple updates per day in > busy periods. > > We don't really need commit messages for this. Actually, we don't > really need to keep history, either. It would be good if system could > be controlled from command line for easy scripting. > > Any ideas what kind of service could be used for this? gitlab comes to mind. IIUC, wiki pages are part of the project, but contained in a separate git repository. The output of commit.py is practically markdown already; just add a table header and some extra "|"'s, and you're good. There will be a history, but I think that can be safely ignored. CU Uli