commit: 47eb54bb040834f43e2913e72188ea6468323c7d Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Dec 7 22:10:48 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 22:10:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=47eb54bb
catalyst-auto: do not upload zero-size binpackage files 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 95094af6..b7124fe8 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -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