From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E53458973 for ; Tue, 26 Jan 2016 00:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C05F0E07A0; Tue, 26 Jan 2016 00:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E50FE07DF for ; Tue, 26 Jan 2016 00:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AAF4340691 for ; Tue, 26 Jan 2016 00:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA956102F for ; Tue, 26 Jan 2016 00:44:43 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1453769052.56eaf4245f0f81aa3a61c48e8dffd2d58f4676e9.prometheanfire@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf X-VCS-Directories: tools/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 56eaf4245f0f81aa3a61c48e8dffd2d58f4676e9 X-VCS-Branch: master Date: Tue, 26 Jan 2016 00:44:43 +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: 6d6182e0-34ad-45e6-baa2-ea6ccb647494 X-Archives-Hash: 4d149659e892749ae8528e86e38c133a commit: 56eaf4245f0f81aa3a61c48e8dffd2d58f4676e9 Author: Matthew Thode mthode org> AuthorDate: Tue Jan 26 00:44:12 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Jan 26 00:44:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=56eaf424 enabling new minimal stage4 specs tools/catalyst-auto-amd64.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 363f0d1..876790a 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -11,27 +11,31 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH} #SETS="multilib nomultilib x32 hardened_multilib hardened_nomultilib hardened_multilib_selinux hardened_nomultilib_selinux" SETS=" - multilib cloud_multilib - nomultilib cloud_nomultilib + multilib cloud_multilib minimal_multilib + nomultilib cloud_nomultilib minimal_nomultilib x32 - hardened_multilib cloud_hardened_multilib - hardened_nomultilib cloud_hardened_nomultilib + hardened_multilib cloud_hardened_multilib minimal_hardened_multilib + hardened_nomultilib cloud_hardened_nomultilib minimal_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_minimal_hardened_multilib_SPECS="stage4-minimal.spec" SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec" SET_cloud_nomultilib_SPECS="stage4-nomultilib-cloud.spec" +SET_minimal_nomultilib_SPECS="stage4-nomultilib-minimal.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_minimal_hardened_multilib_SPECS="hardened/stage4-minimal.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_minimal_hardened_nomultilib_SPECS="hardened/stage4-nomultilib-minimal.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"