From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23957 invoked by alias); 2 Nov 2010 15:32:07 -0000 Received: (qmail 23926 invoked by uid 22791); 2 Nov 2010 15:32:06 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Nov 2010 15:32:01 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA2FVx3B012113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Nov 2010 11:31:59 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA2FVwLs003725; Tue, 2 Nov 2010 11:31:58 -0400 Received: from parfait.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id oA2FVujQ012184; Tue, 2 Nov 2010 11:31:57 -0400 From: Tom Tromey To: Laurent GUERBY Cc: Andrew Haley , Ian Lance Taylor , gcc@gcc.gnu.org, java@gcc.gnu.org, gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: PATCH RFA: Do not build java by default References: <4CCE817D.1060705@redhat.com> <1288692829.24825.98.camel@pc2.unassigned-domain> Date: Tue, 02 Nov 2010 15:32:00 -0000 In-Reply-To: <1288692829.24825.98.camel@pc2.unassigned-domain> (Laurent GUERBY's message of "Tue, 02 Nov 2010 11:13:49 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg00021.txt.bz2 >>>>> "Laurent" == Laurent GUERBY writes: Laurent> Let's imagine we have a reliable tool on a distributed build Laurent> farm that accepts set of patches (via mail and web with some Laurent> authentification) and does automatic regression testing and Laurent> report on selected platform. Can we have it for gdb as well? Tom