From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] scripts: build: Add --file option. Date: Wed, 28 Oct 2015 08:40:53 -0400 Message-ID: References: <878u6pxo9m.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87611rbaxz.fsf@gnu.org> 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]:42154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrQ2B-0005HH-Ey for guix-devel@gnu.org; Wed, 28 Oct 2015 08:40:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrQ2A-0000yB-IT for guix-devel@gnu.org; Wed, 28 Oct 2015 08:40:55 -0400 Received: from mail-yk0-x22b.google.com ([2607:f8b0:4002:c07::22b]:34287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrQ2A-0000xy-DC for guix-devel@gnu.org; Wed, 28 Oct 2015 08:40:54 -0400 Received: by ykdr3 with SMTP id r3so5894980ykd.1 for ; Wed, 28 Oct 2015 05:40:54 -0700 (PDT) In-Reply-To: <87611rbaxz.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Wed, Oct 28, 2015 at 5:26 AM, Ludovic Court=C3=A8s wrote: > 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. Fixed typo and pushed. Thanks Alex and Ludo! - Dave