On Fri, Dec 1, 2023 at 11:33 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > This could be added as a new script in dpdk-ci. > > Like tools/get_mirror.py which would parse MAINTAINERS and send this > > query I mentionned above? > > > > $ tools/pw_maintainers_cli.py --type series list-trees 30419 > > dpdk-next-net > > > > $ tools/get_mirror.py dpdk-next-net > > https://github.com/DPDK/dpdk next-net-for-main-repo > > Why not adding it to pw_maintainers_cli.py?
I don't have a strong opinion against. I liked the simple script that translates a repo name to a mirror url + branch info. In pw_maintainers_cli.py, how would you express this? As a new output option for the "list-trees" command? That's a bit weird to me. -- David Marchand