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 955C21382C5 for ; Fri, 2 Mar 2018 15:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7A8E09E6; Fri, 2 Mar 2018 15:04:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68CD3E09E6 for ; Fri, 2 Mar 2018 15:04:39 +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 5C63A335C2C for ; Fri, 2 Mar 2018 15:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA42A216 for ; Fri, 2 Mar 2018 15:04:36 +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: <1520003044.71795cbe91ac6474247c8dabe650e23e2ee5d7b8.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: 71795cbe91ac6474247c8dabe650e23e2ee5d7b8 X-VCS-Branch: master Date: Fri, 2 Mar 2018 15:04:36 +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: ce5c15fa-5623-412b-9685-6e0695388a5c X-Archives-Hash: c48f52d41d7611d4dda75795d0c0953a commit: 71795cbe91ac6474247c8dabe650e23e2ee5d7b8 Author: Matthew Thode mthode org> AuthorDate: Fri Mar 2 15:04:04 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 2 15:04:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=71795cbe Revert "enable systemd stage generation" This reverts commit 60d2a138de5a7231f38016b544dd9b96731243d3. using blueness's run-systemd stuff tools/catalyst-auto-amd64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index a80ea195..e469a487 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -27,7 +27,7 @@ SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec" SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec" -SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec" +#SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec" SET_systemd_OPTIONAL_SPECS="stage4-systemd.spec" SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"