From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11370 invoked by alias); 14 Jun 2012 16:02:32 -0000 Received: (qmail 11362 invoked by uid 22791); 14 Jun 2012 16:02:30 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jun 2012 16:02:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 043701C72BA; Thu, 14 Jun 2012 12:02:07 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id X2itlM2wGPV8; Thu, 14 Jun 2012 12:02:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 66E401C72B2; Thu, 14 Jun 2012 12:02:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 828D0145616; Thu, 14 Jun 2012 09:02:00 -0700 (PDT) Date: Thu, 14 Jun 2012 16:02:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org, 'Jan Kratochvil' , 'Sergio Durigan Junior' Subject: Re: [RFA-v4] Add scripts to generate ARI web pages to gdb/contrib/ari directory Message-ID: <20120614160200.GL18729@adacore.com> References: <001201cd3547$377188b0$a6549a10$@muller@ics-cnrs.unistra.fr> <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> <20120529130144.GM5492@adacore.com> <4FC4CB35.5030503@redhat.com> <001501cd4a2a$2b84d5a0$828e80e0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501cd4a2a$2b84d5a0$828e80e0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00473.txt.bz2 On Thu, Jun 14, 2012 at 02:35:23PM +0200, Pierre Muller wrote: > Here is a new version of my patch to insert ARI web page generation > script into GDB sources. Thank you! > As requested I removed the references to emails > for sourceware. Nice. > Otherwise I also made a small change to generate the web page in a > subdir called trunk/ari if no tag in found in CVS subdirectory and > branch/ari otherwise. For this one, I do not think that this is a good idea. Not everyone works from a CVS sandbox anymore, so the assumption is going to break for those. But also, I don't see why we would need to produce the data in a different directory based on the type of sources. We can let the caller decide where he wants the data to go... -- Joel