From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37679: Local git configuration interferes with testsuite Date: Sun, 19 Apr 2020 13:28:35 +0200 Message-ID: <87eesj3eak.fsf@gnu.org> References: <87pnc6biur.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:470:142:3::10]:41638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ88H-0003Rg-LH for bug-guix@gnu.org; Sun, 19 Apr 2020 07:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ88H-0003UU-Bb for bug-guix@gnu.org; Sun, 19 Apr 2020 07:29:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60866) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQ88G-0003Ts-SZ for bug-guix@gnu.org; Sun, 19 Apr 2020 07:29:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQ88F-0001Mj-VG for bug-guix@gnu.org; Sun, 19 Apr 2020 07:29:04 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87pnc6biur.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 17 Apr 2020 10:46:04 +0200") 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-mx.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 37679-done@debbugs.gnu.org Hi G=C3=A1bor, Ludovic Court=C3=A8s skribis: > As discussed on IRC yesterday (?), we can arrange to move these > variables directly in (guix tests git), which is the only place where > =E2=80=98git=E2=80=99 is invoked. That way, it can=E2=80=99t possibly in= terfere with other uses > of HOME, etc. > > WDYT of something like the patch below? I pushed it as 3c91f003416c9fb79af2dc8766a7f449aa03f839. Ludo=E2=80=99.