On Tue, 19 Aug 2025 at 16:43, Paolo Bonzini <pbonz...@redhat.com> wrote: > > A few files in scripts, and the list of packages in pythondeps.toml, are > strictly related to the toplevel build scripts. Add them to the > MAINTAINERS file stanza. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a07086ed762..3979cffb042 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4403,6 +4403,9 @@ R: Thomas Huth <th...@redhat.com> > S: Maintained > F: Makefile > F: configure > +F: pythondeps.toml > +F: scripts/git-submodule.sh > +F: scripts/meson-buildoptions.py
This is already covered by the line in the "Meson" section: F: scripts/meson-buildoptions.* > F: scripts/mtest2make.py > F: tests/Makefile.include thanks -- PMM