From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18034 invoked by alias); 25 Apr 2012 16:11:37 -0000 Received: (qmail 17988 invoked by uid 22791); 25 Apr 2012 16:11:33 -0000 X-SWARE-Spam-Status: No, hits=-2.2 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; Wed, 25 Apr 2012 16:11:11 +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 q3PGAsZw048752 ; Wed, 25 Apr 2012 18:10:54 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms17.u-strasbg.fr [130.79.204.117]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q3PGAsWh027990 ; Wed, 25 Apr 2012 18:10:54 +0200 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 q3PGAsWs032002 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Wed, 25 Apr 2012 18:10:54 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" , "'Pedro Alves'" Cc: References: <4f972bf9.44d8b60a.1aeb.73dcSMTPIN_ADDED@mx.google.com> <4F97308D.2030906@gmail.com> <20120425155629.GI10958@adacore.com> In-Reply-To: <20120425155629.GI10958@adacore.com> Subject: RE: ARI troubles Date: Wed, 25 Apr 2012 16:14:00 -0000 Message-ID: <000601cd22fd$fd2282a0$f76787e0$@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-04/txt/msg00869.txt.bz2 Big question: where do we put this script? 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: mercredi 25 avril 2012 17:56 > =C0=A0: Pedro Alves > Cc=A0: Pierre Muller; gdb-patches@sourceware.org > Objet=A0: Re: ARI troubles >=20 > > > My problem here is that the same gdb_ari.sh script > > > is used both for trunk as well as fixes branch... > > > > > > How should I cope with such changes? > > > > > > The script should really be imported to the gdb tree, and > > then trunk and branches would have their own versions/revisions > > of the script. >=20 > Agreed. Let's move the script over to the GDB sources, and then > we can document Pierre the official maintainer of that script. >=20 > > The web bits of the ARI would then be adjusted to invoke the script > > found in the gdb sources being tested. >=20 > That should be relatively easy to do, and we can keep two copies > around for a day or two while we make the transition...