git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Kernel nightly snapshots..
@ 2005-05-05  0:28 Linus Torvalds
  2005-05-05  2:06 ` H. Peter Anvin
  0 siblings, 1 reply; 18+ messages in thread
From: Linus Torvalds @ 2005-05-05  0:28 UTC (permalink / raw
  To: Git Mailing List, David Woodhouse; +Cc: Peter Anvin


I forget who it is that used to do the nightly snapshots for the BK
kernels, but I _think_ it was David Woodhouse (every time I've blamed it
on somebody, I've blamed the wrong person, so I'm probably off on this one
too, but maybe I finally got it right).

I was wondering how to get that re-started.. It should be technically
pretty easy, except I realized that my tree doesn't even have plain 2.6.11
in it. But I just fixed that in the tree, since I need such a baseline 
myself for my next release..

Anyway, I just pushed out a kernel tree that contains a tag of a _tree_ 
that points to the tree at the point of 2.6.11. I also had to teach 
fsck-cache about the fact that you can give it any kind of object to start 
your references at, and to make fsck-cache happy, you need to

	git-fsck-cache --unreachable HEAD v2.6.11

to tell it that the kernel tree now has an unconnected tree (described by
the tag "v2.6.11-tree", and I made the appropriate entry for it in
.git/refs/tags).

I also updated git-prune-script to not remove these kinds of things.

With this, it should be trivial to create snapshots with

	git-diff-tree -p v2.6.11 HEAD

or similar.

		Linus

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-05-22 17:00 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05  0:28 Kernel nightly snapshots Linus Torvalds
2005-05-05  2:06 ` H. Peter Anvin
2005-05-05 14:38   ` David Woodhouse
2005-05-05 14:44     ` Linus Torvalds
2005-05-05 15:10       ` David Woodhouse
2005-05-05 15:30         ` David Woodhouse
2005-05-05 16:40           ` Linus Torvalds
2005-05-07 12:39             ` David Woodhouse
2005-05-06  0:28           ` H. Peter Anvin
2005-05-06  7:29             ` David Woodhouse
2005-05-06 21:50               ` H. Peter Anvin
2005-05-06 21:51                 ` Marcelo Tosatti
2005-05-22 11:50                   ` Thomas Glanzmann
2005-05-22 11:59                     ` David Woodhouse
2005-05-22 12:09                       ` Thomas Glanzmann
2005-05-22 17:01                         ` Russell King
2005-05-05 15:46         ` Linus Torvalds
2005-05-06  7:42           ` David Woodhouse

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).