qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Python fixes and related patches
@ 2023-05-20 19:06 Paolo Bonzini
  2023-05-20 19:06 ` [PULL 1/7] remove remaining traces of meson submodule Paolo Bonzini
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paolo Bonzini @ 2023-05-20 19:06 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit f0b95ab6b8192d84338496a0b6fd8f2c08a4a3a8:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-05-18 07:52:12 -0700)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream-urgent

for you to fetch changes up to 4b424c757188f7a47630a4d8edcf4ad9f19255bc:

  scripts: make sure scripts are invoked via $(PYTHON) (2023-05-19 20:40:29 +0200)

----------------------------------------------------------------
Fixes for Python venv changes

----------------------------------------------------------------
Paolo Bonzini (7):
      remove remaining traces of meson submodule
      mkvenv: replace distlib.database with importlib.metadata/pkg_resources
      build: rebuild build.ninja using "meson setup --reconfigure"
      configure: fix backwards-compatibility for meson sphinx_build option
      mkvenv: pass first missing package to diagnose()
      gitlab: custom-runners: preserve more artifacts for debugging
      scripts: make sure scripts are invoked via $(PYTHON)

 .gitlab-ci.d/buildtest-template.yml |   4 -
 .gitlab-ci.d/custom-runners.yml     |   4 +-
 Makefile                            |   6 +-
 configure                           |  10 ++-
 python/scripts/mkvenv.py            | 150 +++++++++++++++++++++---------------
 python/setup.cfg                    |   6 --
 scripts/archive-source.sh           |   2 +-
 scripts/meson-buildoptions.py       |   0
 scripts/modinfo-collect.py          |   0
 scripts/modinfo-generate.py         |   0
 scripts/probe-gdb-support.py        |   0
 11 files changed, 106 insertions(+), 76 deletions(-)
 mode change 100755 => 100644 scripts/meson-buildoptions.py
 mode change 100755 => 100644 scripts/modinfo-collect.py
 mode change 100755 => 100644 scripts/modinfo-generate.py
 mode change 100755 => 100644 scripts/probe-gdb-support.py
-- 
2.40.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-22 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20 19:06 [PULL 0/7] Python fixes and related patches Paolo Bonzini
2023-05-20 19:06 ` [PULL 1/7] remove remaining traces of meson submodule Paolo Bonzini
2023-05-20 19:06 ` [PULL 2/7] mkvenv: replace distlib.database with importlib.metadata/pkg_resources Paolo Bonzini
2023-05-20 19:06 ` [PULL 3/7] build: rebuild build.ninja using "meson setup --reconfigure" Paolo Bonzini
2023-05-20 19:06 ` [PULL 4/7] configure: fix backwards-compatibility for meson sphinx_build option Paolo Bonzini
2023-05-20 19:06 ` [PULL 5/7] mkvenv: pass first missing package to diagnose() Paolo Bonzini
2023-05-20 19:06 ` [PULL 6/7] gitlab: custom-runners: preserve more artifacts for debugging Paolo Bonzini
2023-05-20 19:06 ` [PULL 7/7] scripts: make sure scripts are invoked via $(PYTHON) Paolo Bonzini
2023-05-22 14:02 ` [PULL 0/7] Python fixes and related patches Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).