diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-10 07:33:28 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-10 07:33:28 +0100 |
commit | 0dc86c2c252b77c703275e6ad3092d49325ee2e1 (patch) | |
tree | 855bf84d473bc5532e002095c43ee5ccfcb7d2e7 /builders/jiji | |
parent | Some beautification (diff) | |
download | binhost-0dc86c2c252b77c703275e6ad3092d49325ee2e1.tar.gz binhost-0dc86c2c252b77c703275e6ad3092d49325ee2e1.tar.bz2 binhost-0dc86c2c252b77c703275e6ad3092d49325ee2e1.zip |
Record file transfer stats
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'builders/jiji')
-rwxr-xr-x | builders/jiji/binhost-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update index 2cda38b..17953d0 100755 --- a/builders/jiji/binhost-update +++ b/builders/jiji/binhost-update @@ -55,6 +55,7 @@ upsync_binpackages() { --omit-dir-times --delay-updates --mkpath + --stats ) rsync "${RSYNC_OPTS[@]}" "$1"/* "${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2/" } |