This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update ARI pages



> -----Original Message-----
> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] On Behalf Of 'Daniel Jacobowitz'
> Sent: Wednesday, October 10, 2007 2:02 PM
> To: Pierre Muller
> Cc: gdb-patches@sourceware.org
> Subject: Re: [RFA] gdb_ari.sh patch to eliminate wrong critical errors
> 
> On Wed, Oct 10, 2007 at 10:09:18AM +0200, Pierre Muller wrote:
> >   I tested this locally and it does reduce the
> > number of critical entries to 4.
> >
> >   Daniel, could you please commit this?
> 
> Done.

  Strange, because the ARI from today still do not
reflect the changes :(
  The gdb_ari.sh still contains the old 'strerror' rule
for which the implementation should be in gdb/utils.c file.
  Maybe the files executing every night are not automatically
synchronized with the cvs repository.

  Daniel, someone having direct access to the web server
is needed here, could you take a look at it?
  Maybe running ./do-scp in the directory
that is used for the nightly update would be enough.

  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:

#!/bin/sh
# Copy release to temp dir; directory unsure, based on do-snapshot script
version=6.7
tmpdir=/sourceware/snapshot-tmp/gdb/release/gdb-${version}
wwwdir=/www/sourceware/htdocs/gdb/download
cp /sourceware/ftp/anonftp/pub/gdb/releases/gdb-${version}.tar.gz
${tmpdir}/update-web-ari
# Move to temp dir
cd ${tmpdir}/update-web-ari
#Gunzip tar file
gunzip gdb-${version}.tar.gz
# Run update-web-ari script, destination web dir also uncertain...
$(HOME)/ss/update-web-ari ${tmpdir}/update-web-ari/gdb.tar
${tmpdir}/update-web-ari ${wwwdir} /ari gdb

  But I don't know if the paths are still valid.

Could you try it out?

Pierre
  


 




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]