commit: f027f8eae06954aba0e03b66b04fdab052ceb753
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sun Jun 22 07:46:21 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 10:57:02 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f027f8ea
emerge-webrsync: drop a superfluous informational message from sync_local()
Presently, the sync_local() function displays the "Cleaning up ..."
message after having successfully executed rsync(1). It was once the
case that this message preceded the deletion of the directory containing
the extracted contents of the tarball. However, the applicable rm(1)
command was removed in late 2019.
As such, drop the message. Messages of that kind would now belong in the
cleanup() function and could stand to be more informative.
See-also: 92f4b283c86a74c99fcfa98f8baccaf1b0603dc8
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/emerge-webrsync | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index fb7b01211d..bd8b1f1791 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -431,8 +431,6 @@ sync_local() {
eerror "rsync failed: $?"
die "Aborting because of rsync failure"
fi
-
- einfo "Cleaning up ..."
fi
if contains_word metadata-transfer "${FEATURES}"; then