From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14544 invoked by alias); 21 Feb 2011 19:39:12 -0000 Received: (qmail 14536 invoked by uid 22791); 21 Feb 2011 19:39:10 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Feb 2011 19:39:05 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 1D8F260162; Mon, 21 Feb 2011 20:39:01 +0100 (CET) From: Jim Meyering To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: ping2: Re: [rfa] git repo fixup: delete gdb/testsuite/gdb.gdbtk In-Reply-To: <20110221185841.GA3082@host1.dyn.jankratochvil.net> (Jan Kratochvil's message of "Mon, 21 Feb 2011 19:58:41 +0100") References: <20101116051126.GA29074@host0.dyn.jankratochvil.net> <20101211052850.GA17949@host0.dyn.jankratochvil.net> <20110221185841.GA3082@host1.dyn.jankratochvil.net> Date: Mon, 21 Feb 2011 19:48:00 -0000 Message-ID: <877hctch4b.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain 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: 2011-02/txt/msg00559.txt.bz2 Jan Kratochvil wrote: > ping > > On Sat, 11 Dec 2010 06:28:50 +0100, Jan Kratochvil wrote: > ping > > On Tue, 16 Nov 2010 18:26:26 +0100, Tom Tromey wrote: >> >>>>> "Jan" == Jan Kratochvil writes: > > make[5]: Entering directory `.../gdb/testsuite/gdb.gdbtk' > make[5]: *** No rule to make target `clean'. Stop. > >> 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? Hi Jan, This is something I have to do. Sorry I didn't respond sooner. For the record, I've done the following in an empty directory: ---------------------- git clone ~/mirror-git-to-cvs/repo/src cd src && rm -rf gdb/testsuite/gdb.gdbtk cat <<\EOF > msg maint: remove stray Insight files per request: See this thread for details: http://thread.gmane.org/gmane.comp.gdb.patches/61489/focus=63536 * gdb/testsuite/gdb.gdbtk/ChangeLog: Remove file. * gdb/testsuite/gdb.gdbtk/browser.exp: Likewise. * gdb/testsuite/gdb.gdbtk/c_variable.exp: Likewise. * gdb/testsuite/gdb.gdbtk/console.exp: Likewise. * gdb/testsuite/gdb.gdbtk/cpp_variable.exp: Likewise. * gdb/testsuite/gdb.gdbtk/srcwin.exp: Likewise. * gdb/testsuite/gdb.gdbtk/windows.exp: Likewise. EOF git ci -Fmsg -a git push ---------------------- I'll let the regularly scheduled cvs-to-git sync propagate that change to the public git repository along with whatever's happened in the preceding 30 minutes. Jim