From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] scripts: build: Add --file option. Date: Wed, 28 Oct 2015 10:26:48 +0100 Message-ID: <87611rbaxz.fsf@gnu.org> References: <878u6pxo9m.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrN0Q-0000Uo-57 for guix-devel@gnu.org; Wed, 28 Oct 2015 05:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrN0M-00030S-Uv for guix-devel@gnu.org; Wed, 28 Oct 2015 05:26:54 -0400 In-Reply-To: <878u6pxo9m.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Mon, 26 Oct 2015 18:23:33 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From d3dd1b2d05f17702f7fa6095132db00e2146e702 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 26 Oct 2015 18:09:28 -0400 > Subject: [PATCH] scripts: build: Add --file option. > > * guix/scripts/build.scm (show-help): Add help text for --file option. > (%options): Add --file option. > (options/resolve-packages): Handle 'file' options. > * tests/guix-build.sh: Add tests. > * doc/guix.texi ("invoking guix build"): Add doc. LGTM, thanks! Ludo=E2=80=99.