From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37537) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2ihs-0007x0-4I for guix-patches@gnu.org; Fri, 14 Feb 2020 16:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2ihr-0003xj-8L for guix-patches@gnu.org; Fri, 14 Feb 2020 16:41:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2ihr-0003x9-4Z for guix-patches@gnu.org; Fri, 14 Feb 2020 16:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2ihq-0007TP-1u for guix-patches@gnu.org; Fri, 14 Feb 2020 16:41:02 -0500 Subject: [bug#39444] [PATCH] guix build: Add '--manifest' option. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200205200333.8309-1-mbakke@fastmail.com> Date: Fri, 14 Feb 2020 22:40:38 +0100 In-Reply-To: <20200205200333.8309-1-mbakke@fastmail.com> (Marius Bakke's message of "Wed, 5 Feb 2020 21:03:33 +0100") Message-ID: <874kvs7sq1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 39444@debbugs.gnu.org Hi Marius, Marius Bakke skribis: > * guix/scripts/build.scm (show-help): Document --manifest argument. > (options->things-to-build): When given a manifest, evaluate all the entri= es. > * tests/guix-build.sh: Add test for --manifest. > * doc/guix.texi (Additional Build Options): Mention --manifest. > * etc/completion/bash/guix: Complete file name if 'guix build' argument is > -m. I=E2=80=99m late to the party but all I have to say is that it looks nice. Good idea! Thank you, Ludo=E2=80=99.