From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Installing Guix Date: Fri, 07 Mar 2014 17:01:19 +0100 Message-ID: <87bnxi80c0.fsf@gnu.org> References: <87d2hyt9wc.fsf@gnu.org> <5319D47E.5020503@totakura.in> 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]:56436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLxDD-0001cX-Fp for guix-devel@gnu.org; Fri, 07 Mar 2014 11:01:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLxD7-0003gt-Mr for guix-devel@gnu.org; Fri, 07 Mar 2014 11:01:27 -0500 In-Reply-To: <5319D47E.5020503@totakura.in> (Sree Harsha Totakura's message of "Fri, 07 Mar 2014 15:15:26 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Sree Harsha Totakura Cc: Xue Fuqiao , guix-devel@gnu.org Sree Harsha Totakura skribis: > On 03/07/2014 02:29 PM, Xue Fuqiao wrote: >> 1. Do I have to run `./bootstrap' every time after running `git pull'? >>=20 > Yes, it is advisable to do that everytime you pull from the repo, > although it is only required if changes to the build system are made. Actually ./bootstrap is only needed the first time, and then when the =E2=80=98nix-upstream=E2=80=99 submodule is update, which is quite rare. Ludo=E2=80=99.