From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10602 invoked by alias); 3 Dec 2008 16:29:09 -0000 Received: (qmail 10594 invoked by uid 22791); 3 Dec 2008 16:29:08 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Dec 2008 16:28:13 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mB3GRodg016503; Wed, 3 Dec 2008 11:27:51 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB3GRnfb016814; Wed, 3 Dec 2008 11:27:49 -0500 Received: from opsy.redhat.com (vpn-14-86.rdu.redhat.com [10.11.14.86]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB3GRmq3015441; Wed, 3 Dec 2008 11:27:48 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id B26B550809D; Wed, 3 Dec 2008 09:27:47 -0700 (MST) To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: FYI: fix typo on web page References: <20081127004018.GA3768@adacore.com> From: Tom Tromey Reply-To: Tom Tromey Date: Wed, 03 Dec 2008 16:29:00 -0000 In-Reply-To: <20081127004018.GA3768@adacore.com> (Joel Brobecker's message of "Wed\, 26 Nov 2008 16\:40\:18 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-12/txt/msg00051.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> Thanks for the fix. And welcome to be Royal Pain of the GDB Web Site: Joel> All pages have a "last modified" line at the end that gets automatically Joel> updated if you call the "index.sh" script (at the root). Sorry about the mess. I could automate the index.sh part if you like. We could do this as a post-processing step on the server, say by renaming index.html -> index.in, and then having a little Makefile. What do you think? Joel> Once the updates are checked in, the sourceware.org copy will Joel> immediately show your changes. But there is another copy at gnu.org Joel> (http://www.gnu.org/software/gdb/). To update that copy, you have Joel> to check out a second CVS (yes, a second one), and then copy over Joel> the new files, and check them in. Ugh. I think GCC automates this sync, too, but I don't know how. We could find out. Joel> If I was less lazy and Web updates were more frequent than they Joel> currently are, I'd probably try to work on the issues above... The variables aren't independent; web updates may be rare because they are difficult. E.g., I prefer the wiki since it isn't nearly such a pain, especially now that I know exactly how much of a pain it is ;-) Tom