Revert "Upload stages to releng-incoming.gentoo.org"

This causes an interactive prompt:

    Are you sure you want to continue connecting (yes/no/[fingerprint])?

The plan is to get the SSH fingerprint via DNSSEC, so I'll revert this
change until that is in place and wired up.

This reverts commit 63174346f2.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-04-23 14:38:00 -07:00
parent 9425c287f6
commit 8f5cec8809
19 changed files with 23 additions and 23 deletions

View file

@ -26,7 +26,7 @@ update_symlinks() {
}
upload() {
rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" s390@releng-incoming.gentoo.org:
rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" s390@nightheron.gentoo.org:
}
post_build() {