Write some stats about binpkg uploads in the log

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-02-05 22:12:39 +01:00
parent d6366affce
commit be2fa5fd67
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -319,6 +319,7 @@ upsync_binpackages() {
--delay-updates --delay-updates
--mkpath --mkpath
--min-size=1 --min-size=1
--stats
) )
rsync "${RSYNC_OPTS[@]}" "$1"/* "${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2/" rsync "${RSYNC_OPTS[@]}" "$1"/* "${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2/"
else else