From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23434 invoked by alias); 8 Nov 2012 16:29:57 -0000 Received: (qmail 23425 invoked by uid 22791); 8 Nov 2012 16:29:56 -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.154) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 16:29:48 +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 qA8GTeqt041193 ; Thu, 8 Nov 2012 17:29:40 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms12.u-strasbg.fr [130.79.204.112]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qA8GTeEn003973 ; Thu, 8 Nov 2012 17:29:40 +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 qA8GTdZ3016601 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Thu, 8 Nov 2012 17:29:39 +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> <008401cdbd8f$02e1fc30$08a5f490$@muller@ics-cnrs.unistra.fr> <20121108161415.GL5103@adacore.com> In-Reply-To: <20121108161415.GL5103@adacore.com> Subject: RE: [RFC] Create also ARI web page using CVS source in gdb/contrib/ari Date: Thu, 08 Nov 2012 16:29:00 -0000 Message-ID: <000901cdbdce$3f6552d0$be2ff870$@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/msg00192.txt.bz2 I finally managed to generate a web page: http://sourceware.org/gdb/current/ari/test/ I just left the data corresponding to the extraction of the tarball in place, but I don't think that the data will grow, as the nightly script contains some code that=20 clean the temp dir at a higher level. Pierre > -----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: jeudi 8 novembre 2012 17:14 > =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 >=20 > Hi Pierre, >=20 > > 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? >=20 > What I would probably do is perform the ARI generation in a non-temporary > directory of our choosing. I don't think we should turn the cleanup off, > because we'll start leaving a lot of data behind each day. >=20 > -- > Joel