commit: be2fa5fd6723828765f0273459db7e4679eb895b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 5 21:12:39 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Feb 5 21:12:39 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=be2fa5fd
Write some stats about binpkg uploads in the log
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index b7124fe8..28a92611 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -319,6 +319,7 @@ upsync_binpackages() {
--delay-updates
--mkpath
--min-size=1
+ --stats
)
rsync "${RSYNC_OPTS[@]}" "$1"/*
"${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2/"
else