From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29199 invoked by alias); 16 Nov 2010 17:26:39 -0000 Received: (qmail 29183 invoked by uid 22791); 16 Nov 2010 17:26:38 -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, 16 Nov 2010 17:26:29 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAGHQSh7010487 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Nov 2010 12:26:28 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAGHQRZB013132; Tue, 16 Nov 2010 12:26:27 -0500 Received: from opsy.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 oAGHQRJE027125; Tue, 16 Nov 2010 12:26:27 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id D32883784EE; Tue, 16 Nov 2010 10:26:26 -0700 (MST) From: Tom Tromey To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Jim Meyering Subject: Re: [rfa] git repo fixup: delete gdb/testsuite/gdb.gdbtk References: <20101116051126.GA29074@host0.dyn.jankratochvil.net> Date: Tue, 16 Nov 2010 17:26:00 -0000 In-Reply-To: <20101116051126.GA29074@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Tue, 16 Nov 2010 06:11:26 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2010-11/txt/msg00202.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> therefore I would like to delete: Jan> gdb/testsuite/gdb.gdbtk Jan> gdb/testsuite/gdb.gdbtk/ChangeLog Jan> gdb/testsuite/gdb.gdbtk/browser.exp Jan> gdb/testsuite/gdb.gdbtk/c_variable.exp Jan> gdb/testsuite/gdb.gdbtk/console.exp Jan> gdb/testsuite/gdb.gdbtk/cpp_variable.exp Jan> gdb/testsuite/gdb.gdbtk/srcwin.exp Jan> gdb/testsuite/gdb.gdbtk/windows.exp Jan> so that `make clean' succeeds like in the CVS checkout. Jan> IIRC I/everyone have to rights to push it for "master". Jan> Are there any issues? I don't know. I've CC'd Jim Meyering, who maintains the git mirroring. Jim, these are files that are part of the Insight module in CVS. They shouldn't be in gdb.git. Can we just delete them? Or do we need something different? Tom