From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3708 invoked by alias); 24 Apr 2012 23:00:48 -0000 Received: (qmail 3699 invoked by uid 22791); 24 Apr 2012 23:00:46 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Apr 2012 23:00:34 +0000 Received: by wibhj13 with SMTP id hj13so3433758wib.12 for ; Tue, 24 Apr 2012 16:00:32 -0700 (PDT) Received: by 10.216.201.5 with SMTP id a5mr215297weo.20.1335308432407; Tue, 24 Apr 2012 16:00:32 -0700 (PDT) Received: from [192.168.0.102] (bl16-226-161.dsl.telepac.pt. [188.81.226.161]) by mx.google.com with ESMTPS id 6sm33002066wiz.1.2012.04.24.16.00.30 (version=SSLv3 cipher=OTHER); Tue, 24 Apr 2012 16:00:30 -0700 (PDT) Message-ID: <4F97308D.2030906@gmail.com> Date: Wed, 25 Apr 2012 01:06:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Pierre Muller CC: gdb-patches@sourceware.org Subject: Re: ARI troubles References: <4f972bf9.44d8b60a.1aeb.73dcSMTPIN_ADDED@mx.google.com> In-Reply-To: <4f972bf9.44d8b60a.1aeb.73dcSMTPIN_ADDED@mx.google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00836.txt.bz2 On 04/24/2012 11:40 PM, Pierre Muller wrote: > 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. The web bits of the ARI would then be adjusted to invoke the script found in the gdb sources being tested. More glue could also be moved/added to the gdb tree, making it easy for people to run the gdb_ari.sh script themselves. -- Pedro Alves