From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28099 invoked by alias); 24 Oct 2007 20:04:55 -0000 Received: (qmail 28090 invoked by uid 22791); 24 Oct 2007 20:04:54 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 20:04:52 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C847A98340; Wed, 24 Oct 2007 20:04:50 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id AC949981F2; Wed, 24 Oct 2007 20:04:50 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IkmTB-0004Gj-Qu; Wed, 24 Oct 2007 16:04:49 -0400 Date: Wed, 24 Oct 2007 20:07:00 -0000 From: 'Daniel Jacobowitz' To: Pierre Muller , Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: Update ARI pages Message-ID: <20071024200449.GH10943@caradoc.them.org> Mail-Followup-To: Pierre Muller , Joel Brobecker , gdb-patches@sourceware.org References: <000001c80b14$db947450$92bd5cf0$@u-strasbg.fr> <20071010120140.GB10228@caradoc.them.org> <002301c80bd8$051fc9f0$0f5f5dd0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002301c80bd8$051fc9f0$0f5f5dd0$@u-strasbg.fr> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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: 2007-10/txt/msg00615.txt.bz2 On Thu, Oct 11, 2007 at 09:26:20AM +0200, Pierre Muller wrote: > It might also be a good time (as 6.7 just came out) > to refresh the 'last release' page, but, to be honest, > > I tried to write a custom script for that: I played around with this for a bit. Eventually I realized that this is in our release checklist already. It's right below the bit that says how to update the online documentation. Joel, you've been doing that bit - any particular reason you didn't do the ARI too? Joel, I stumbled on the scary set of shell scripts in ~gdbadmin/gdb-release. At least no one can say they could replace you with a _small_ shell script... I borrowed the update-web-docs command line from one script, compared with the gdbint manual, and established that this command ought to regenerate the ARI directories: /bin/sh ~/ss/update-web-ari \ ~ftp/pub/gdb/releases/gdb-6.7.tar.bz2 \ $PWD/www \ /www/sourceware/htdocs/gdb/download/ari \ gdb $PWD/www is a temporary directory that the script will create and then delete. I didn't generate them into the final output directory, but I did run the script into a temporary location, and it seems fine. -- Daniel Jacobowitz CodeSourcery