On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote:
> On Mon, Apr 4, 2022 at 2:54 PM John Snow <[email protected]> wrote:
[...]
> > > > .gitignore | 2 +-
> > > > Makefile | 16 ++++++++--------
> > > > setup.cfg | 24 +-----------------------
> > > > setup.py | 2 +-
> > > > 4 files changed, 11 insertions(+), 33 deletions(-)
> > >
> > > The changes here look fine to me (and thanks for making it a "micro
> > > change"). I'll let sharper eyes than mine to give a closer look at the
> > > `git filter-repo` surgery. Although, that looks fine to me too.
> > >
> > > [...]
> > >
> > > > .PHONY: distclean
> > > > distclean: clean
> > > > - rm -rf qemu.egg-info/ .venv/ .tox/ $(QEMU_VENV_DIR) dist/
> > > > + rm -rf qemu.qmp.egg-info/ .venv/ .tox/ $(QEMU_VENV_DIR) dist/
> > > > rm -f .coverage .coverage.*
> > > > rm -rf htmlcov/
> > > > diff --git a/setup.cfg b/setup.cfg
> > > > index e877ea5..4ffab73 100644
> > > > --- a/setup.cfg
> > > > +++ b/setup.cfg
> > > > @@ -1,5 +1,5 @@
> > > > [metadata]
> > > > -name = qemu
> > > > +name = qemu.qmp
> > > > version = file:VERSION
> > > > maintainer = QEMU Developer Team
> > >
> > > In the spirit of patch 04 ("update maintainer metadata"), do you also
> > > want to update here too? s/QEMU Developer Team/QEMU Project?
> > >
> >
> > Good spot.
>
> ...Or, uh. That's exactly what I update in patch 04. Are you asking me
> to fold in that change earlier? I'm confused now.
Oops, perils of reviewing late in the day. I missed to notice it's the
same file. You're right; please ignore my remark. Sorry for the noise.
--
/kashyap