From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cuirass news Date: Sun, 28 Jan 2018 22:48:45 +0100 Message-ID: <87bmhdzmbm.fsf@gnu.org> References: <877es6x5xj.fsf@gnu.org> <20180126014630.56fefa68@scratchpost.org> <20180127182716.36a0766f@scratchpost.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]:39865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efuoj-000608-Jh for guix-devel@gnu.org; Sun, 28 Jan 2018 16:48:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efuoi-0000FX-SD for guix-devel@gnu.org; Sun, 28 Jan 2018 16:48:49 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:49672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1efuoi-0000FG-Kh for guix-devel@gnu.org; Sun, 28 Jan 2018 16:48:48 -0500 In-Reply-To: <20180127182716.36a0766f@scratchpost.org> (Danny Milosavljevic's message of "Sat, 27 Jan 2018 18:27:16 +0100") 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" To: Danny Milosavljevic Cc: guix-devel Danny Milosavljevic skribis: > ... and a fix to an example: > > Note: I'm incapable of making the pass-through of the fetch-repository re= sult > through > > (call-with-output-fdes 1 "/dev/null" > (lambda () (fetch-repository spec)) > > work, thus disabled it. > > diff --git a/examples/guix-track-git.scm b/examples/guix-track-git.scm Actually I=E2=80=99ve never tried this example, but if it fixes stuff pleas= e push! Thanks, Ludo=E2=80=99.