ppc: Upload stages to releng-incoming.gentoo.org

See commit 63174346f2 for rationale.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-04-24 11:28:34 -07:00
parent 546f7ee00a
commit df596c4815
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ update_symlinks() {
}
upload() {
rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" ppc@nightheron.gentoo.org:
rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes' "$@" ppc@releng-incoming.gentoo.org:
}
post_build() {

View file

@ -31,7 +31,7 @@ update_symlinks() {
}
upload() {
rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" ppc@nightheron.gentoo.org:
rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes' "$@" ppc@releng-incoming.gentoo.org:
}
post_build() {