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 A90641382C5 for ; Tue, 19 Jan 2021 11:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B260E0891; Tue, 19 Jan 2021 11:03:56 +0000 (UTC) Received: from rs234.mailgun.us (rs234.mailgun.us [209.61.151.234]) (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 CC7F5E0891 for ; Tue, 19 Jan 2021 11:03:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=xxoo.ws; q=dns/txt; s=mx; t=1611054236; h=In-Reply-To: Content-Type: MIME-Version: References: Message-ID: Subject: Cc: To: From: Date: Sender; bh=hITK1jl54Udwq1hCtPnVoF4wrQWLV5jr8T3HJvRPi6w=; b=eLNeLhwNpco7Z2nUzA4Frw/K3hgnTQ7oncLnxfoz8f6ZebW0FmNQCtWNGVqGtiLrhDX46wai zp/02QOYhFLikowDgCwV6m7n/HZ+t2w5JktB7htXOQ7DWTFzW4VB/WqVqzpNX8/7QX4SDNNm ufgjbdO/8Wyg/27bwwJ/5EnZWE0= X-Mailgun-Sending-Ip: 209.61.151.234 X-Mailgun-Sid: WyIxYmU3MyIsICJnZW50b28tY2F0YWx5c3RAbGlzdHMuZ2VudG9vLm9yZyIsICJlYTQwNTYiXQ== Received: from mail.0xdc.io (ip-54-37-0.eu [54.37.0.172]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 6006bc40ba7f8685068e856c (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Tue, 19 Jan 2021 11:02:24 GMT Sender: gentoo.catalyst@xxoo.ws Received: from dysnomia (7.7.f.8.7.5.7.e.a.1.7.8.9.c.2.2.0.a.4.7.9.0.c.0.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:c09:74a0:22c9:871a:e757:8f77]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0xdc.io (Postfix) with ESMTPSA id DE5C71023CC; Tue, 19 Jan 2021 11:02:24 +0000 (UTC) Date: Tue, 19 Jan 2021 11:02:13 +0000 From: Daniel Cordero To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: Re: [gentoo-catalyst] [PATCH 11/11] catalyst: Remove update_seed spec option Message-ID: References: <20210118202152.374078-1-mattst88@gentoo.org> <20210118202152.374078-11-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210118202152.374078-11-mattst88@gentoo.org> X-Archives-Salt: 7093adc4-3022-4c30-af87-744f7256eeba X-Archives-Hash: 80465b196a802b21edb0e8a32032977f On Mon, Jan 18, 2021 at 03:21:52PM -0500, Matt Turner wrote: > There should be no need for custom updates, and if there are exceptional > circumstances the new --enter-chroot option can be used. > There is still a need, and if I'm reading these patches right, --enter-chroot would not satisfy that need. enter-chroot is interactive, and, depending on hardware speed, the time between kicking off the catalyst run and when the chroot shell is invoked may be some time for a human operator to monitor. It also adds non-deterministic, un-reproducible behaviour to a build. Having it in the spec file at least means it is included in a build artifact.