Re: src.git test repository
"H.J. Lu" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAMe9rOrxoQ_CHpojn_hB03fkJjPXrfrSKsV3VbtQG99g6s7DdQ@mail.gmail.com> |
On Mon, Oct 7, 2013 at 8:19 AM, Tom Tromey <[email protected]> wrote: > I've made a src.git test repository for testing. Please try it out. > > The new repository came in much smaller than I thought: 196M. > My checked-out tree is 506M. > > You can get it in the usual ways. I used: > > git clone ssh://sourceware.org/git/src.git > > I think "git://" works as well; not sure about http transport. > > Note that I made this repository last week, before I did most of the > requested email address updates. > > > This repository was made by a rather complicated process. I stitched > together Pedro's git repository holding very old (pre-devo) gdb > releases, a somewhat edited snapshot of devo that I got from Ian and > Nick, and of course "src". > I noticed that binutils-2_24-branch only has binutils source. How will binutils-2_25-branch be made? Will it include gdb source? H.J.