This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ping2: Re: [rfa] git repo fixup: delete gdb/testsuite/gdb.gdbtk


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 <jan.kratochvil@redhat.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]