aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrust_tools/auto_update_rust_bootstrap.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/rust_tools/auto_update_rust_bootstrap.py b/rust_tools/auto_update_rust_bootstrap.py
index 2eddadfe..2a6b1500 100755
--- a/rust_tools/auto_update_rust_bootstrap.py
+++ b/rust_tools/auto_update_rust_bootstrap.py
@@ -746,6 +746,12 @@ def maybe_delete_old_rust_bootstrap_ebuilds(
update_ebuild_manifest(remaining_ebuild)
if commit:
many = len(discardable_ebuilds) > 1
+ message_lines = [
+ "Rust has moved on in ChromeOS, so",
+ "these ebuilds are" if many else "this ebuild is",
+ "no longer needed.",
+ ]
+ message = textwrap.fill("\n".join(message_lines))
commit_all_changes(
chromiumos_overlay,
rust_bootstrap_dir,
@@ -753,9 +759,7 @@ def maybe_delete_old_rust_bootstrap_ebuilds(
f"""\
rust-bootstrap: remove unused ebuild{"s" if many else ""}
- Rust has moved on in ChromeOS, so \
- {"these ebuilds are" if many else "this ebuild is"} \
- no longer needed.
+ {message}
BUG={TRACKING_BUG}
TEST=CQ