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 A93E1139083 for ; Sun, 3 Dec 2017 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E03FEE0F60; Sun, 3 Dec 2017 21:23:46 +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 C0479E0F60 for ; Sun, 3 Dec 2017 21:23:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A49133BF24 for ; Sun, 3 Dec 2017 21:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A71AC4C for ; Sun, 3 Dec 2017 21:23:44 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1512336215.ad4692b02f4a1587110fdef343c005462c266264.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64-experimental.conf X-VCS-Directories: tools/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ad4692b02f4a1587110fdef343c005462c266264 X-VCS-Branch: master Date: Sun, 3 Dec 2017 21:23:44 +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-Archives-Salt: 598d4cf2-2177-4330-9e19-f48fb09b5f58 X-Archives-Hash: 8a2262395a13b1fe72d3f3e67ce83b26 commit: ad4692b02f4a1587110fdef343c005462c266264 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Dec 3 21:23:35 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Dec 3 21:23:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ad4692b0 Drop more stage4-cloud. Signed-off-by: Robin H. Johnson gentoo.org> tools/catalyst-auto-amd64-experimental.conf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tools/catalyst-auto-amd64-experimental.conf b/tools/catalyst-auto-amd64-experimental.conf index 4dc879a6..a3b9f023 100644 --- a/tools/catalyst-auto-amd64-experimental.conf +++ b/tools/catalyst-auto-amd64-experimental.conf @@ -10,27 +10,23 @@ source /etc/catalyst/release/build.env SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH} SETS=" - multilib cloud_multilib - nomultilib cloud_nomultilib + multilib + nomultilib x32 - hardened_multilib cloud_hardened_multilib - hardened_nomultilib cloud_hardened_nomultilib + hardened_multilib + hardened_nomultilib hardened_multilib_selinux hardened_nomultilib_selinux " SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec" SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" -SET_cloud_multilib_SPECS="stage4-cloud.spec" SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec" -SET_cloud_nomultilib_SPECS="stage4-nomultilib-cloud.spec" SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec" SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec" SET_hardened_multilib_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec" -SET_cloud_hardened_multilib_SPECS="hardened/stage4-cloud.spec" SET_hardened_nomultilib_SPECS="hardened/stage1-nomultilib.spec hardened/stage2-nomultilib.spec hardened/stage3-nomultilib.spec" -SET_cloud_hardened_nomultilib_SPECS="hardened/stage4-nomultilib-cloud.spec" SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage2-selinux.spec hardened/stage3-selinux.spec" SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec hardened/admincd-stage2-selinux.spec"