From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGpYS-0000c1-I7 for guix-patches@gnu.org; Fri, 02 Jun 2017 12:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGpYP-00077D-W0 for guix-patches@gnu.org; Fri, 02 Jun 2017 12:36:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGpYP-00076z-QZ for guix-patches@gnu.org; Fri, 02 Jun 2017 12:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGpYP-0000q5-KP for guix-patches@gnu.org; Fri, 02 Jun 2017 12:36:01 -0400 Subject: bug#26652: [PATCH] scripts: refresh: Add -m manifest option. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170425125810.7373-1-m.othacehe@gmail.com> <20170504102233.28767-1-m.othacehe@gmail.com> Date: Fri, 02 Jun 2017 18:35:33 +0200 In-Reply-To: <20170504102233.28767-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 4 May 2017 12:22:33 +0200") Message-ID: <87fufi4aay.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: Mathieu Othacehe Cc: 26652@debbugs.gnu.org Hi Mathieu, Mathieu Othacehe skribis: > * guix/scripts/refresh.scm (%options): Add -m option, > (show-help): document it, > (packages-from-manifest): new procedure, > (guix-refresh): use packages from manifest if specified, otherwise > keep the previous behaviour. > * doc/guix.texi (Invoking guix refresh): document new option. This revised patch had fallen through the cracks, but it LGTM! Please push. Thanks for your patience. :-) Ludo=E2=80=99.