From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Some things to be aware of for docs Date: Wed, 24 Feb 2016 22:28:08 +0100 Message-ID: <20160224212808.GA5991@solar> References: <56C2281B.90104@gmail.com> <8737sher6b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYgyo-0006i4-8M for help-guix@gnu.org; Wed, 24 Feb 2016 16:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYgyj-00038f-A2 for help-guix@gnu.org; Wed, 24 Feb 2016 16:28:18 -0500 Received: from mailrelay1.public.one.com ([91.198.169.124]:38648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYgyi-00038T-V0 for help-guix@gnu.org; Wed, 24 Feb 2016 16:28:13 -0500 Content-Disposition: inline In-Reply-To: <8737sher6b.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Esteban Enrique , help-guix@gnu.org On Wed, Feb 24, 2016 at 10:26:04PM +0100, Ludovic Courtès 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’s a reminder, but it’s easily overlooked. ;-) Anyway, it’s a bug > that should be fixed so the reminder isn’t even necessary. One of the doc patches I just pushed has added this reminder. Andreas