From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A816D1382C5 for ; Mon, 1 Feb 2021 04:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CEFE09C3; Mon, 1 Feb 2021 04:04:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ADB6E09C3 for ; Mon, 1 Feb 2021 04:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96653340EBE for ; Mon, 1 Feb 2021 04:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17ED04B0 for ; Mon, 1 Feb 2021 04:04:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1612058203.33ce8acb5722cf2f91e81ed918e46cb4f0ef8ffe.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-alpha.conf tools/catalyst-auto-arm.conf tools/catalyst-auto-arm64.conf tools/catalyst-auto-hppa.conf tools/catalyst-auto-ia64.conf tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64le.conf tools/catalyst-auto-qemu-arm.conf tools/catalyst-auto-qemu-riscv.conf tools/catalyst-auto-s390.conf tools/catalyst-auto-s390x.conf tools/catalyst-auto-sparc64.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 33ce8acb5722cf2f91e81ed918e46cb4f0ef8ffe X-VCS-Branch: master Date: Mon, 1 Feb 2021 04:04:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 881ae37d-d40b-4224-97a8-00719e387ccc X-Archives-Hash: cfae9733882acccb042cddb13ca802b3 commit: 33ce8acb5722cf2f91e81ed918e46cb4f0ef8ffe Author: Matt Turner gentoo org> AuthorDate: Sun Jan 31 00:41:01 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 31 01:56:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=33ce8acb tools: Use same set of RSYNC_OPTS Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-alpha.conf | 3 +++ tools/catalyst-auto-arm.conf | 3 +++ tools/catalyst-auto-arm64.conf | 3 +++ tools/catalyst-auto-hppa.conf | 3 +++ tools/catalyst-auto-ia64.conf | 3 +++ tools/catalyst-auto-ppc.conf | 3 +++ tools/catalyst-auto-ppc64le.conf | 3 +++ tools/catalyst-auto-qemu-arm.conf | 3 +++ tools/catalyst-auto-qemu-riscv.conf | 3 +++ tools/catalyst-auto-s390.conf | 3 +++ tools/catalyst-auto-s390x.conf | 3 +++ tools/catalyst-auto-sparc64.conf | 3 +++ 12 files changed, 36 insertions(+) diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf index 381171b5..6a233900 100644 --- a/tools/catalyst-auto-alpha.conf +++ b/tools/catalyst-auto-alpha.conf @@ -44,6 +44,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index eaae0399..5c78ab99 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -66,6 +66,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: else diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 1bd94ae9..f1ce7ab1 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -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: } diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 3b93e4ec..6ba59c81 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -44,6 +44,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index 2d87a837..1d123d2a 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -37,6 +37,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 615c3f55..61354d22 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -43,6 +43,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index e2394932..a8e438e1 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -44,6 +44,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf index e6075ec3..68f583ef 100644 --- a/tools/catalyst-auto-qemu-arm.conf +++ b/tools/catalyst-auto-qemu-arm.conf @@ -67,6 +67,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: else diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index dced8eec..035c0ee7 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -54,6 +54,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: fi diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index d8a39286..e442414c 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -37,6 +37,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf index e8a509d5..980b721d 100644 --- a/tools/catalyst-auto-s390x.conf +++ b/tools/catalyst-auto-s390x.conf @@ -37,6 +37,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: } diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 9cfbdcd5..1b730c54 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -39,6 +39,9 @@ upload() { ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}" + --archive + --omit-dir-times + --delay-updates ) rsync "${RSYNC_OPTS[@]}" "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org: }