From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32079 invoked by alias); 5 Jun 2009 22:23:28 -0000 Received: (qmail 32070 invoked by uid 22791); 5 Jun 2009 22:23:28 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Jun 2009 22:23:20 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id BC28139106; Sat, 6 Jun 2009 00:23:16 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 0AF5B10059; Sat, 6 Jun 2009 00:23:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id EDAE01003D; Sat, 6 Jun 2009 00:23:19 +0200 (CEST) Date: Fri, 05 Jun 2009 22:23:00 -0000 From: Gerald Pfeifer To: Tom Tromey cc: Joel Brobecker , GDB Development Subject: Re: Bugzilla is working In-Reply-To: Message-ID: References: <20081218180138.GI3800@adacore.com> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00056.txt.bz2 [ Sorry guys, somehow I missed this since it came to my work address which I don't use for my free software work that I do on my own time. ] On Thu, 18 Dec 2008, Tom Tromey wrote: > I've CC'd Gerald Pfeifer on the theory that I believe he knows how > this is done for GCC. Gerald -- we'd like to have the gdb web pages > automatically sync'd to gnu.org. How did you get this set up for GCC? I worked with the FSF sysadmin who then set up a nightly cronjob that (a) "cvs update" the GCC web page from our repo at gcc.gnu.org, and (b) runs the wwwdocs/bin/preprocess script as we are running it on gcc.gnu.org, too. If the GDB web pages do not need any pre/postprocessing, that will make things even easier and a simple daily update would work? I tried to find some of the details in my mailbox and failed so far, but if this is still of interest let me know and I can try to dig a bit deeper. Gerald