commit: df596c4815756085644f4da5388e11ef9253d9ca
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 18:28:34 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 18:31:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=df596c48
ppc: Upload stages to releng-incoming.gentoo.org
See commit 63174346f265 for rationale.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-ppc.conf | 2 +-
tools/catalyst-auto-ppc64le.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 59572644..c6e6e67a 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -32,7 +32,7 @@ update_symlinks() {
}
upload() {
- rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" [email protected]:
+ rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o
VerifyHostKeyDNS=yes' "$@" [email protected]:
}
post_build() {
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 76e1bdf5..b9f09e46 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -31,7 +31,7 @@ update_symlinks() {
}
upload() {
- rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" [email protected]:
+ rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o
VerifyHostKeyDNS=yes' "$@" [email protected]:
}
post_build() {