From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 13:04:38 +0200 Message-ID: <20180712110438.gr3agufho7h63hel@thebird.nl> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> 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]:45905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdZOu-0005QU-Ip for guix-devel@gnu.org; Thu, 12 Jul 2018 07:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdZOq-0003OR-HB for guix-devel@gnu.org; Thu, 12 Jul 2018 07:04:44 -0400 Content-Disposition: inline In-Reply-To: <87sh4ore3y.fsf@gmail.com> 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: Chris Marusich Cc: guix-devel On Thu, Jul 12, 2018 at 02:35:13AM -0700, Chris Marusich wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >=20 > > I have just pushed a new =E2=80=98guix pull=E2=80=99. > > > > Feedback welcome! >=20 > The biggest hiccup for me was that I didn't realize at first that I had > to run "guix pull" twice to upgrade from the old style "guix pull". > Anyway, after I finally did it, things have been working well. Yes. The other thing is that guix pull did not update my profile. So, I had to figure out which guix was installed in the store! One has to capture the git commit when running guix pull and look for that in the store path, e.g. ecba50bb79a49b317c4b1e718f4732b36438227f mapped to=20 /gnu/store/a5cixasz02ynhppna33zxymxahp3vl13-guix-ecba50bb7/bin/guix Next restart the daemon with the new path and all should be well. Pj.