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 812AB138334 for ; Mon, 1 Oct 2018 08:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EFACE0953; Mon, 1 Oct 2018 08:48:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B0C63E0950 for ; Mon, 1 Oct 2018 08:48:46 +0000 (UTC) Received: from reaper.local.sysdump.net (ip72-194-88-79.oc.oc.cox.net [72.194.88.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gyakovlev) by smtp.gentoo.org (Postfix) with ESMTPSA id 21305335D6A; Mon, 1 Oct 2018 08:48:39 +0000 (UTC) From: Georgy Yakovlev To: gentoo-dev@lists.gentoo.org Cc: Georgy Yakovlev Subject: [gentoo-dev] [PATCH 2/2] profiles: mask module signing for testing Date: Mon, 1 Oct 2018 01:48:14 -0700 Message-Id: <20181001084814.55877-2-gyakovlev@gentoo.org> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181001084814.55877-1-gyakovlev@gentoo.org> References: <20180921051304.115704-1-gyakovlev@gentoo.org> <20181001084814.55877-1-gyakovlev@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 4d60ef43-2929-4550-ac4a-34e55d222c4a X-Archives-Hash: 26db81803835a1adcd2ba5aa0f64df8d Signed-off-by: Georgy Yakovlev --- profiles/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6082a468925..374cdbe85fe 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Georgy Yakovlev (01 Oct 2018) +# mask module signing for testing +module-sign + # Aaron W. Swenson (09 Sep 2018) # Mask PostgreSQL 12 while in (pre-)alpha. postgres_targets_postgres12 -- 2.19.0