It does more than that now. Signed-off-by: Paolo Bonzini <[email protected]> --- MAINTAINERS | 2 +- docs/about/build-platforms.rst | 2 +- .../{get-wraps-from-cargo-registry.py => update-cargo-wraps.py} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename scripts/{get-wraps-from-cargo-registry.py => update-cargo-wraps.py} (99%)
diff --git a/MAINTAINERS b/MAINTAINERS index ac8e73bb24f..a8d7566e06a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3764,7 +3764,7 @@ F: rust/rustfmt.toml F: rust/system/ F: rust/tests/ F: rust/util/ -F: scripts/get-wraps-from-cargo-registry.py +F: scripts/update-cargo-wraps.py Rust-related patches CC here L: [email protected] diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst index 3d23dfbd779..676f6901acc 100644 --- a/docs/about/build-platforms.rst +++ b/docs/about/build-platforms.rst @@ -128,7 +128,7 @@ Rust build dependencies Some distros prefer to avoid vendored crate sources, and instead use local sources from e.g. ``/usr/share/cargo/registry``. QEMU includes a - script, ``scripts/get-wraps-from-cargo-registry.py``, that automatically + script, ``scripts/update-cargo-wraps.py``, that automatically performs this task. The script is meant to be invoked after unpacking the QEMU tarball. QEMU also includes ``rust/Cargo.toml`` and ``rust/Cargo.lock`` files that can be used to compute QEMU's build diff --git a/scripts/get-wraps-from-cargo-registry.py b/scripts/update-cargo-wraps.py similarity index 99% rename from scripts/get-wraps-from-cargo-registry.py rename to scripts/update-cargo-wraps.py index a26fe135eb9..b66a60ebad8 100755 --- a/scripts/get-wraps-from-cargo-registry.py +++ b/scripts/update-cargo-wraps.py @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later """ -get-wraps-from-cargo-registry.py - Update Meson subprojects from a Cargo +update-cargo-wraps.py - Update Meson subprojects from a Cargo registry or from the versions pinned in Cargo.lock. """ -- 2.55.0
