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 41F97158014 for ; Sun, 29 Aug 2021 17:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3125CE0849; Sun, 29 Aug 2021 17:05:27 +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 17E56E0849 for ; Sun, 29 Aug 2021 17:05:27 +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 E5245335D1A for ; Sun, 29 Aug 2021 17:05:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 257037A for ; Sun, 29 Aug 2021 17:05:24 +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: <1630256701.8258e1183aba7a971a7b9ac140736ac999532e4a.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: 8258e1183aba7a971a7b9ac140736ac999532e4a X-VCS-Branch: master Date: Sun, 29 Aug 2021 17:05:24 +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: 6a5c82fe-c52e-45e8-bc4e-e52dd04a4fef X-Archives-Hash: c4b479da8af4e47850241dff86715028 commit: 8258e1183aba7a971a7b9ac140736ac999532e4a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 29 16:59:36 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 29 17:05:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8258e118 Disable armv5tel builds on demeter Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf index 6dff41a7..d791c1db 100644 --- a/tools/catalyst-auto-qemu-arm.conf +++ b/tools/catalyst-auto-qemu-arm.conf @@ -11,12 +11,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm EMAIL_SUBJECT_PREPEND="[arm-qemu-auto]" SETS=" - armv5tel armv6j_hf armv6j_sf armv7a_hf armv7a_sf - armv5tel_systemd armv6j_hf_systemd armv6j_sf_systemd armv7a_hf_systemd @@ -25,6 +23,8 @@ SETS=" # armv4tl # armv4tl_systemd +# armv5tel +# armv5tel_systemd SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec" SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"