bug#37679: Local git configuration interferes with testsuite

2020-04-19 Thread Ludovic Courtès
Hi Gábor, Ludovic Courtès skribis: > As discussed on IRC yesterday (?), we can arrange to move these > variables directly in (guix tests git), which is the only place where > ‘git’ is invoked. That way, it can’t possibly interfere with other uses > of HOME, etc. > > WDYT of something like the p

bug#37679: Local git configuration interferes with testsuite

2020-04-17 Thread Ludovic Courtès
Hi Gábor, Gábor Boskovits skribis: > +AM_TESTS_ENVIRONMENT = \ > + abs_top_srcdir="$(abs_top_srcdir)" \ > + GUILE_AUTO_COMPILE=0 \ > + GIT_CONFIG_NOSYSTEM=1 \ > + GIT_ATTR_NOSYSTEM=1

bug#37679: Local git configuration interferes with testsuite

2020-01-07 Thread Ludovic Courtès
Hello! Gábor Boskovits skribis: > From abf20477ea139bfaf1f2e21f09c2420fe618c9ca Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?G=C3=A1bor=20Boskovits?= > Date: Tue, 8 Oct 2019 22:41:20 +0200 > Subject: [PATCH] tests: Isolate git from external configuration. > > * Makefile.am(AM_TESTS_ENVIRONMENT):

bug#37679: Local git configuration interferes with testsuite

2019-10-09 Thread Gábor Boskovits
I noticed that the local git configuration interferes with the guix test suite. After discussion on IRC with nckx I came up with the attached patch. Comments are welcome! Best regards, g_bor -- OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21 From abf20477ea139bfaf1f2e2