From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: guix package modif testing Date: Wed, 27 Jul 2016 19:01:20 +0200 Message-ID: <20160727170120.GA5520@solar> References: <20160727132525.GB4819@solar> <877fc75gyl.fsf@gmail.com> <20160727162101.GB5300@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSSD4-0001wo-VP for guix-devel@gnu.org; Wed, 27 Jul 2016 13:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSSCz-0006ss-Hf for guix-devel@gnu.org; Wed, 27 Jul 2016 13:01:29 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:17253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSSCz-0006sg-49 for guix-devel@gnu.org; Wed, 27 Jul 2016 13:01:25 -0400 Content-Disposition: inline In-Reply-To: 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: Vincent Legoll Cc: guix-devel On Wed, Jul 27, 2016 at 06:37:26PM +0200, Vincent Legoll wrote: > The thing I still miss is that: how do I make guix use a different git > checkout ? Go into the git checkout of guix and run ./pre-inst-env guix ... The little script sets all environment variables to run the local copy instead of the "normal" guix. Andreas