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 364D7158014 for ; Sun, 29 Aug 2021 13:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487E3E086D; Sun, 29 Aug 2021 13:54:58 +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 30D32E086D for ; Sun, 29 Aug 2021 13:54:58 +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 DB124342A60 for ; Sun, 29 Aug 2021 13:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FCB8D for ; Sun, 29 Aug 2021 13:54:55 +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: <1630245285.d4fb58d6117d877756a5f31ecd7d8023ff3535b2.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-arm.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d4fb58d6117d877756a5f31ecd7d8023ff3535b2 X-VCS-Branch: master Date: Sun, 29 Aug 2021 13:54:55 +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: 0599d2bc-8d0b-48dc-b77f-5fb13f9dfb65 X-Archives-Hash: 717c9f0da1a897ccb275950357ffb6bd commit: d4fb58d6117d877756a5f31ecd7d8023ff3535b2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 29 13:54:15 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 29 13:54:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d4fb58d6 Disable qemu armv4tl build Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-arm.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf index efac2eb8..6dff41a7 100644 --- a/tools/catalyst-auto-qemu-arm.conf +++ b/tools/catalyst-auto-qemu-arm.conf @@ -11,13 +11,11 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm EMAIL_SUBJECT_PREPEND="[arm-qemu-auto]" SETS=" - armv4tl armv5tel armv6j_hf armv6j_sf armv7a_hf armv7a_sf - armv4tl_systemd armv5tel_systemd armv6j_hf_systemd armv6j_sf_systemd @@ -25,6 +23,9 @@ SETS=" armv7a_sf_systemd " +# armv4tl +# armv4tl_systemd + SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec" SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"