Re: Linus GIT tree disappeared from http://www.kernel.org/git/?

From: Gene Heskett
Date: Thu Sep 22 2005 - 16:10:30 EST


On Thursday 22 September 2005 13:37, Sean wrote:
>On Thu, September 22, 2005 12:12 pm, Gene Heskett said:
>> Well, I think what I was trying to ask but got lost in the bushes was
>> "do I have a valid download?" and, how do I go about keeping it upto
>> date now that I have it? I've read about half the git.txt stuff in
>> the Documentation dir, but nothing sticks out as being the magic
>> updater command.
>
>Gene,
>
>In order to update your copy of the kernel repository just run "git
> pull". Unfortunately there still seem to be some issues with
> kernel.org, hopefully that'll be fixed up soon.
>
>The warning you're getting from git about "alternates" will be fixed in
>the next release of git. You _could_ use your current version of git
> to track the official git repository and get this fix before it's
> officially released:
>
>$ cd ~
>$ git clone rsync://rsync.kernel.org/pub/scm/git/git.git/ git-repo
>$ cd git-repo
>$ git checkout
>$ make install
>
>Which should upgrade your current version of git to the very latest.
>After which you can upgrade git whenever you like by running:
>
>$ cd ~/git-repo
>$ git pull
>$ make install
>
>Cheers,
>Sean

Thanks, I've printed this, and as soon as BDI-4.29.iso is here so I
have some bandwidth, I'll give it a shot. But I think I'll do it in
/usr/src rather than ~=/root. Is that going to be a problem?

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.35% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2005 by Maurice Eugene Heskett, all rights reserved.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/