From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25903 invoked by alias); 8 Nov 2012 08:57:13 -0000 Received: (qmail 25859 invoked by uid 22791); 8 Nov 2012 08:57:12 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 08:57:07 +0000 Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA88v0VZ089182 ; Thu, 8 Nov 2012 09:57:00 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms13.u-strasbg.fr [130.79.204.113]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA88uxRW010757 ; Thu, 8 Nov 2012 09:57:00 +0100 Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA88uxBm014397 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 8 Nov 2012 09:56:59 +0100 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: , "'Tom Tromey'" References: <005d01cdbcc4$4e6eab60$eb4c0220$@muller@ics-cnrs.unistra.fr> <20121107150646.GE5103@adacore.com> <001e01cdbd03$115f1d10$341d5730$@muller@ics-cnrs.unistra.fr> In-Reply-To: <001e01cdbd03$115f1d10$341d5730$@muller@ics-cnrs.unistra.fr> Subject: RE: [RFC] Create also ARI web page using CVS source in gdb/contrib/ari Date: Thu, 08 Nov 2012 08:57:00 -0000 Message-ID: <008401cdbd8f$02e1fc30$08a5f490$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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-11/txt/msg00182.txt.bz2 The current change doesn't work because the whole checked out sources gets removed at the end of the update-web-ari not the end of the script, but the trap command, which is ~/ss % grep -n trap update-web-ari 71: trap "cd /tmp; rm -rf ${tmpdir}; exit" 0 1 2 15 Should I modify ss/update-web-ari so that it generate a temp-file that reports if the CVS sources contain a contrib/ari/update-web-ari.sh file and prevent tempdir deletion in that case? Any cleaner solution welcome, Pierre Muller > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pierre Muller > Envoy=E9=A0: mercredi 7 novembre 2012 17:15 > =C0=A0: 'Joel Brobecker' > Cc=A0: gdb-patches@sourceware.org; 'Tom Tromey' > Objet=A0: RE: [RFC] Create also ARI web page using CVS source in > gdb/contrib/ari >=20 > OK, > I committed the change to ss CVS directory, > the gdbadmin ss directory is also update, which means that > the first ari/test/index.html should be generated tonight. >=20 > If anything goes wrong, you are going to get the email... > If that happens, could you please forward it to me? >=20 >=20 >=20 >=20 > > -----Message d'origine----- > > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > > owner@sourceware.org] De la part de Joel Brobecker > > Envoy=E9=A0: mercredi 7 novembre 2012 16:07 > > =C0=A0: Pierre Muller > > Cc=A0: gdb-patches@sourceware.org; 'Tom Tromey' > > Objet=A0: Re: [RFC] Create also ARI web page using CVS source in > > gdb/contrib/ari > > > > > This is the purpose of the change below, after suggestions from Joel. > > > For now, it just adds a new directory on the sourceware.org web server > > > http://sourceware.org/gdb/current/ari/test > > > > As said privately, it is fine to have a temporary staging area for > > testing the new ARI scripts. In the interest of allowing you to make > > progress a little faster, please feel free also to self-approve changes > > that you feel confident about. (we're always quite happy to provide > > feedback whenever you feel necessary, of course, and we will send > > comments if there is something we notice). >=20 > I will send a first bunch of fixes shortly... > Mainly about ChangeLog formatting issues as usual... >=20 > Pierre