Re: Cloning from kernel.org, then switching to another repo

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jon Smirl
Date: Monday, November 12, 2007 - 1:51 pm

On 11/12/07, Linus Torvalds <torvalds@linux-foundation.org> wrote:

I finally got everything working. There is still some issue where I
need to run update-server-info manually. The error messages at the
client side when update-server-info needs to be run are not useful.

This sequence does work:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
digispeaker
cd digispeaker
git config remote.origin.url
http://git.digispeaker.com/projects/digispeaker-kernel.git
git pull

Should we allow this instead:
   git remote add origin
http://git.digispeaker.com/projects/digispeaker-kernel.git
and print a message saying the origin was changed? That would teach
people more about how remotes work.


I did need to go back to my server and clone kernel.org first, then
push my changes into it. That step is necessary so that my changes
don't end up in the giant pack along with the base kernel.

It is also a requirement to compile the git tools with NO_MMAP if
there are going to work in a shared hosting environment like
dreamhost. NO_MMAP is the key, changing git config doesn't help.

After my initial clone from kernel.org it only takes a minute now to
pull my in changes.




-- 
Jon Smirl
jonsmirl@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 7:13 am)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 9:16 am)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 9:36 am)
Re: Cloning from kernel.org, then switching to another repo, Johannes Schindelin, (Mon Nov 12, 1:42 pm)
Re: Cloning from kernel.org, then switching to another repo, Jon Smirl, (Mon Nov 12, 1:51 pm)
Re: Cloning from kernel.org, then switching to another repo, Junio C Hamano, (Tue Nov 13, 12:13 pm)