From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17107 invoked by alias); 8 Nov 2012 16:14:37 -0000 Received: (qmail 17098 invoked by uid 22791); 8 Nov 2012 16:14:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 16:14:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AF9D62E12C; Thu, 8 Nov 2012 11:14:24 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QOvnh2TgDu8F; Thu, 8 Nov 2012 11:14:24 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 610B32E104; Thu, 8 Nov 2012 11:14:24 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5619DC691E; Thu, 8 Nov 2012 08:14:15 -0800 (PST) Date: Thu, 08 Nov 2012 16:14:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org, 'Tom Tromey' Subject: Re: [RFC] Create also ARI web page using CVS source in gdb/contrib/ari Message-ID: <20121108161415.GL5103@adacore.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <008401cdbd8f$02e1fc30$08a5f490$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00191.txt.bz2 Hi Pierre, > 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? 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. -- Joel