From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id eJITFFdnEWDTfgAA0tVLHw (envelope-from ) for ; Wed, 27 Jan 2021 13:15:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mBnkD1dnEWB1CAAAbx9fmQ (envelope-from ) for ; Wed, 27 Jan 2021 13:15:03 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 97ABB940599 for ; Wed, 27 Jan 2021 13:15:02 +0000 (UTC) Received: from localhost ([::1]:60250 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4kez-00075X-Fm for larch@yhetil.org; Wed, 27 Jan 2021 08:15:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4ker-00075O-24 for guix-devel@gnu.org; Wed, 27 Jan 2021 08:14:53 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46747) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4keq-0000V9-R3; Wed, 27 Jan 2021 08:14:52 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46796 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l4kep-0005ui-1z; Wed, 27 Jan 2021 08:14:51 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 45919@debbugs.gnu.org Subject: Re: bug#45919: [PATCH 0/8] Exporting a manifest and channels from a profile References: <20210116182957.31075-1-ludo@gnu.org> Date: Wed, 27 Jan 2021 14:14:49 +0100 In-Reply-To: <20210116182957.31075-1-ludo@gnu.org> ("Ludovic =?utf-8?Q?Cou?= =?utf-8?Q?rt=C3=A8s=22's?= message of "Sat, 16 Jan 2021 19:29:57 +0100") Message-ID: <87wnvyv7w6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.85 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 97ABB940599 X-Spam-Score: -2.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: LCSB9zU3MeYJ Hi there! Ludovic Court=C3=A8s skribis: > Here=E2=80=99s a simple but oft-requested feature (I remember discussing > with Pierre and Simon a year ago at the Guix Days about ways to > implement it=E2=80=94time flies!): these patches provide =E2=80=98guix pa= ckage > --export-manifest=E2=80=99 and =E2=80=98--export-channels=E2=80=99. Thes= e options spit > a manifest and a channel spec, respectively, with the goal of > helping users who wish to migrate to the declarative model. I=E2=80=99m rather happy with this patch set but since this is something we= =E2=80=99ve discussed several times in the past, I think it=E2=80=99d be great if those interested could chime in and comment: https://issues.guix.gnu.org/45919 I=E2=80=99ll leave a few more days and then=E2=80=A6 push! TIA, Ludo=E2=80=99.