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 368F6158041 for ; Mon, 19 Feb 2024 19:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7792CE2B12; Mon, 19 Feb 2024 19:05:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53BCEE2B12 for ; Mon, 19 Feb 2024 19:05:11 +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 8D36E33C1C1 for ; Mon, 19 Feb 2024 19:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FAC14AA for ; Mon, 19 Feb 2024 19:05:08 +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: <1708369492.20e1b92f33766e90069fc05d2b177fe054f6c456.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-mips-common X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 20e1b92f33766e90069fc05d2b177fe054f6c456 X-VCS-Branch: master Date: Mon, 19 Feb 2024 19:05:08 +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: 3c4e5136-1038-45ee-96aa-c3c18b6cb138 X-Archives-Hash: 4e2dcc7b14ca281b2dbe6e8fec0398da commit: 20e1b92f33766e90069fc05d2b177fe054f6c456 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Feb 19 19:04:52 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Feb 19 19:04:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=20e1b92f mips: do LE builds first Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-mips-common | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 4a3b00f6..7f06eea8 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -7,37 +7,37 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]" SETS_O32=" - mips2_softfloat_o32_openrc - mips2_softfloat_o32_systemd_mu - mips2_o32_openrc - mips2_o32_systemd_mu - mips2_o32_musl mipsel2_softfloat_o32_openrc mipsel2_softfloat_o32_systemd_mu mipsel2_o32_openrc mipsel2_o32_systemd_mu mipsel2_o32_musl + mips2_softfloat_o32_openrc + mips2_softfloat_o32_systemd_mu + mips2_o32_openrc + mips2_o32_systemd_mu + mips2_o32_musl " SETS_N32=" - mips3_n32_openrc - mips3_n32_systemd_mu mipsel3_n32_openrc mipsel3_n32_systemd_mu + mips3_n32_openrc + mips3_n32_systemd_mu " SETS_N64=" - mips3_n64_openrc - mips3_n64_systemd_mu mipsel3_n64_openrc mipsel3_n64_systemd_mu + mips3_n64_openrc + mips3_n64_systemd_mu " SETS_MULTI=" - mips3_multilib_openrc - mips3_multilib_systemd_mu mipsel3_multilib_openrc mipsel3_multilib_systemd_mu + mips3_multilib_openrc + mips3_multilib_systemd_mu "