sparc: 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-23 23:55:57 -07:00
parent 8f5cec8809
commit 17d89ba378

View file

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