tools: Use same set of RSYNC_OPTS

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-30 19:41:01 -05:00
parent 4de1432aa1
commit 33ce8acb57
12 changed files with 36 additions and 0 deletions

View file

@ -38,6 +38,9 @@ upload() {
)
local RSYNC_OPTS=(
-e "${SSH_CMD[*]}"
--archive
--omit-dir-times
--delay-updates
)
rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org:
}