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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E457F139335 for ; Fri, 25 Jun 2021 19:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BFE9E0887; Fri, 25 Jun 2021 19:17:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 206A4E0887 for ; Fri, 25 Jun 2021 19:17:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB98034058A for ; Fri, 25 Jun 2021 19:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F87879A for ; Fri, 25 Jun 2021 19:17:18 +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: <1624648045.6abc54887ecc2c99d920f03dfaec2d1ca3bfe334.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6abc54887ecc2c99d920f03dfaec2d1ca3bfe334 X-VCS-Branch: master Date: Fri, 25 Jun 2021 19:17:18 +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: f86c56b0-7af8-4950-ac72-78b6d95205ad X-Archives-Hash: 1cfb709ae256e8ea59837a98fa895232 commit: 6abc54887ecc2c99d920f03dfaec2d1ca3bfe334 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jun 25 19:07:00 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jun 25 19:07:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6abc5488 riscv: also upload 20.0 multilib Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-riscv.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 6212a8fe..78b7197d 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -46,16 +46,11 @@ post_build() { local set=$1 spec=$2 case ${spec} in - stage3*lp64*20.0*.spec) + stage3*.spec) pushd "${BUILD_SRCDIR_BASE}/builds/20.0" >/dev/null upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz* popd >/dev/null ;; - stage3*lp64*.spec) - pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null - upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz* - popd >/dev/null - ;; *) echo "Finished ${spec}" ;;