From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23297 invoked by alias); 31 May 2012 15:59:53 -0000 Received: (qmail 23275 invoked by uid 22791); 31 May 2012 15:59:52 -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, 31 May 2012 15:59:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7DA301C70BE; Thu, 31 May 2012 11:59:38 -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 cGtI3RYEfCRV; Thu, 31 May 2012 11:59:38 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2F60E1C6BC2; Thu, 31 May 2012 11:59:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C3677145616; Thu, 31 May 2012 08:59:28 -0700 (PDT) Date: Thu, 31 May 2012 15:59:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org, 'Jan Kratochvil' , 'Sergio Durigan Junior' Subject: Re: [RFA-v3] Add scripts to generate ARI web pages to gdb/contrib/ari directory Message-ID: <20120531155928.GS5492@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> <006001cd3efa$6db90300$492b0900$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006001cd3efa$6db90300$492b0900$@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-05/txt/msg01095.txt.bz2 > Could you tell me how I should proceed here: > > I would suggest the following: > > gdb/ChangeLog entry: > > 2012-05-31 Pierre Muller > > Include ARI web page generation scripts into GDB CVS repository. > * contrib/ari/: New directory. > * contrib./ChangeLog: New file. > Further ARI related commit will be documented inside > that new ChangeLog file. Personally, I don't think that the entry in gdb/ChangeLog is necessary. But I wouldn't object either. > gdb/contrib/ChangeLog entry: > > 2012-05-31 Pierre Muller > > * ari/create-web-ari-in-src.sh: New file. > * ari/gdb_ari.sh: New file. > * ari/gdb_find.sh: New file. > * ari/update-web-ari.sh: New file. I think that this entry alone in the new ChangeLog should be sufficient. -- Joel