catalyst-auto: do not upload zero-size binpackage files

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-12-07 23:10:48 +01:00
parent a7e9dc17a5
commit 47eb54bb04
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

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