From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] website: Add support for Haunt. Date: Mon, 9 Nov 2015 14:09:49 -0500 Message-ID: References: <87si4mg4fc.fsf@gnu.org> <87io5gcf5k.fsf@gnu.org> <87lhaac0tw.fsf@gnu.org> <87vb9e6pg1.fsf@gnu.org> 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]:40218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvrp9-00033r-3M for guix-devel@gnu.org; Mon, 09 Nov 2015 14:09:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvrp8-0005wN-7H for guix-devel@gnu.org; Mon, 09 Nov 2015 14:09:51 -0500 Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:36723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvrp7-0005w0-Vt for guix-devel@gnu.org; Mon, 09 Nov 2015 14:09:50 -0500 Received: by ykdr82 with SMTP id r82so6948209ykd.3 for ; Mon, 09 Nov 2015 11:09:49 -0800 (PST) In-Reply-To: <87vb9e6pg1.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Sat, Nov 7, 2015 at 6:04 AM, Ludovic Court=C3=A8s wrote: > "Thompson, David" skribis: > >> On Fri, Nov 6, 2015 at 3:47 PM, Ludovic Court=C3=A8s wrot= e: > > [...] > >>>> WARNING: Haunt builds the site afresh at each 'haunt build' run, which >>>> means that it deletes everything in the build directory first. Will >>>> that be an issue here? >>> >>> That should be fine. >> >> OK. I was worried that maybe some "stateful" stuff like the manual >> html pages would get clobbered or something. > > Ah yes, that would be a problem. It thought you were only talking about > the files that Haunt generates. > > Currently, there=E2=80=99s a bunch of files that are only in CVS, such as= the > PDFs of talks and the manual. This is not ideal, but I=E2=80=99m not sur= e how > to address that. I can add a 'precious-directories' field to or something to protect "stateful" stuff. - Dave