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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BBAB15800F for ; Thu, 19 Jan 2023 15:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D458E087A; Thu, 19 Jan 2023 15:58:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14DD6E087A for ; Thu, 19 Jan 2023 15:58:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FD0F335D75 for ; Thu, 19 Jan 2023 15:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 755DC7DE for ; Thu, 19 Jan 2023 15:58:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1674143878.23951b8984fb142759bc83f2aa7fba2142cc1e6b.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-arm64.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 23951b8984fb142759bc83f2aa7fba2142cc1e6b X-VCS-Branch: master Date: Thu, 19 Jan 2023 15:58:12 +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: ed81a217-9640-465b-9b93-b668e5e73568 X-Archives-Hash: 625033577c8e923f69dc12b919f0c9bc commit: 23951b8984fb142759bc83f2aa7fba2142cc1e6b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jan 19 15:57:58 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jan 19 15:57:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=23951b89 Use rsa key on demeter Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-arm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-arm64.conf b/tools/catalyst-auto-qemu-arm64.conf index 238ef77d..1c010da2 100644 --- a/tools/catalyst-auto-qemu-arm64.conf +++ b/tools/catalyst-auto-qemu-arm64.conf @@ -2,7 +2,7 @@ # self-explanatory. UPLOAD_USER=arm64 -UPLOAD_KEY=/root/.ssh/id_ed25519 +UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm64/be SUBARCH=aarch64_be