From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [SCM] guix source archive branch, master, updated. v0.1-234-g0206513 Date: Thu, 07 Mar 2013 00:45:02 +0100 Message-ID: <87boaw9jpd.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDO1L-0007FD-Gn for bug-guix@gnu.org; Wed, 06 Mar 2013 18:45:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDO1K-0003tV-GZ for bug-guix@gnu.org; Wed, 06 Mar 2013 18:45:15 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=55160 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDO1K-0003mX-9z for bug-guix@gnu.org; Wed, 06 Mar 2013 18:45:14 -0500 In-Reply-To: (nikita@karetnikov.org's message of "Wed, 06 Mar 2013 21:07:04 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: nikita Cc: bug-guix@gnu.org nikita skribis: > commit 02065130de33e990969fe9b7cc19b9b1c24f3ff7 > Author: Nikita Karetnikov > Date: Sun Mar 3 23:20:28 2013 +0000 > > utils: Add 'wrap-program'. >=20=20=20=20=20 > * guix/build/utils.scm (wrap-program): New procedure. Such changes should be done in =E2=80=98core-updates=E2=80=99, not =E2=80= =98master=E2=80=99, because they entail a full rebuild. So I=E2=80=99ve reverted it in =E2=80=98master=E2=80=99 and cherry-picked i= t in =E2=80=98core-updates=E2=80=99. Ludo=E2=80=99.