From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSs7Y-0004Iz-PY for guix-patches@gnu.org; Wed, 05 Jul 2017 17:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSs7W-0001UB-5n for guix-patches@gnu.org; Wed, 05 Jul 2017 17:46:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51151) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dSs7W-0001U7-2Q for guix-patches@gnu.org; Wed, 05 Jul 2017 17:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dSs7V-0006iq-SR for guix-patches@gnu.org; Wed, 05 Jul 2017 17:46:01 -0400 Subject: [bug#27550] [PATCH 0/2] cuirass: Prepare (guix git) integration. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170701150043.14654-1-m.othacehe@gmail.com> <87inj9pvvf.fsf@gnu.org> <868tk5ogwe.fsf@gmail.com> <867ezpocf4.fsf@gmail.com> <87o9szsxai.fsf@gnu.org> <864lurnxd6.fsf@gmail.com> <8637abnlpe.fsf@gmail.com> Date: Wed, 05 Jul 2017 23:45:33 +0200 In-Reply-To: <8637abnlpe.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 05 Jul 2017 13:54:05 +0200") Message-ID: <87bmoysgle.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 27550@debbugs.gnu.org Mathieu Othacehe skribis: > From 1b79b7bf6e3ce864582b9aa79877b591798852ef Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Sat, 1 Jul 2017 12:29:59 +0200 > Subject: [PATCH] base: Use (guix git) module. > > * src/cuirass/base.scm (copy-repository-cache) : New procedure. > (fetch-repository): Use latest-repository-commit to fetch git > repository instead of raw git system commands. > (process-specs): Use fetch-repository to get a store directory > containing the repository described in SPEC, add copy it to cache with > "copy-repository-cache". > * configure.ac: Check (guix git) module presence. OK! Ludo'.