From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: Add a generalized git-file? to Guix? Date: Thu, 09 Feb 2017 13:58:15 -0600 Message-ID: <87shnn87c8.fsf@dustycloud.org> References: <87twkpkdpw.fsf@drakenvlieg.flower> <87eg0eouv6.fsf@gnu.org> <87a8b1fg7q.fsf@dustycloud.org> <871swbe7ev.fsf@gnu.org> <87eg0ag9q8.fsf@dustycloud.org> <87bmvdfwdz.fsf@dustycloud.org> <877f6132va.fsf@gnu.org> <87h9542vtq.fsf@gnu.org> <87vasyg2x4.fsf@gnu.org> <87poj4jhe2.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]:56401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cburH-0000kW-Al for guix-devel@gnu.org; Thu, 09 Feb 2017 14:58:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cburE-0004aS-8X for guix-devel@gnu.org; Thu, 09 Feb 2017 14:58:23 -0500 In-reply-to: <87poj4jhe2.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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Ludovic Court=C3=A8s writes: > Mathieu Lirzin skribis: > >> From f104b3745097746d6ef89b6198ec7b81e8b679f4 Mon Sep 17 00:00:00 2001 >> From: Mathieu Lirzin >> Date: Sun, 29 Jan 2017 00:34:48 +0100 >> Subject: [PATCH] git-download: Add 'git-predicate'. >> >> * guix/git-download.scm (git-predicate): New procedure. >> * gnu/packages/package-management.scm (current-guix): Use it. >> (make-git-predicate): Remove. > > LGTM, thanks! > > Ludo'. I just pushed this. Switching my various projects over to using it now. Thank you for doing the work to abstract it out Mathieu!