From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Some things to be aware of for docs Date: Sat, 27 Feb 2016 18:27:32 +0100 Message-ID: <87bn72xdvf.fsf@gnu.org> References: <56C2281B.90104@gmail.com> <8737sher6b.fsf@gnu.org> <20160224212808.GA5991@solar> 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]:43218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZieZ-00085o-05 for help-guix@gnu.org; Sat, 27 Feb 2016 12:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZieV-0001hJ-R1 for help-guix@gnu.org; Sat, 27 Feb 2016 12:27:38 -0500 In-Reply-To: <20160224212808.GA5991@solar> (Andreas Enge's message of "Wed, 24 Feb 2016 22:28:08 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: Esteban Enrique , help-guix@gnu.org Andreas Enge skribis: > On Wed, Feb 24, 2016 at 10:26:04PM +0100, Ludovic Court=C3=A8s wrote: >> Esteban Enrique skribis: >> > Next, (I think this has been in the works, but I am not sure) there >> > needs to be a reminder to run the command 'guix pull' before >> > installation to avoid any problems. >> There=E2=80=99s a reminder, but it=E2=80=99s easily overlooked. ;-) An= yway, it=E2=80=99s a bug >> that should be fixed so the reminder isn=E2=80=99t even necessary. > > One of the doc patches I just pushed has added this reminder. Really? I was referring to this bit from 2014: @quotation Note @c The paragraph below refers to the problem discussed at @c . It is highly recommended to run @command{guix pull} once before you run @command{guix system reconfigure} for the first time (@pxref{Invoking guix pull}). Failing to do that you would see an older version of Guix once @command{reconfigure} has completed. @end quotation Ludo=E2=80=99.