Greg KH wrote: > On Thu, Apr 21, 2005 at 08:24:36AM +0200, Jan Dittmer wrote: > >>David Woodhouse wrote: >> >>>As of some time in the fairly near future, the bk-commits-head@vger mailing >>>list will be carrying real commits from Linus' live git repository, instead >>>of just testing patches. Have fun. >>> >> >>What about the daily snapshots? Is there any eta when they'll be back? > > > The script that generated this was posted previously on lkml. If anyone > wants to hack that up to generate the snapshots, it would be greatly > appreciated. I didn't found above mentioned post, so I hacked up a cruel script myself. It relies on ketchup (www.selenic.com/ketchup) to retrieve the current base version. Also it requires git's `checkout-cache --prefix=` to work properly. On the top of the script are some basic configuration parameters. No signing etc. is done. The script should be fairly robust - though I wouldn't try to run it as root ;-). Sample output can be found here: http://l4x.org/kernelgit/ . I attach the script and a modified ketchup version which allows retrieval of these snapshots from above mentioned url. So `ketchup 2.6-git` gives you the latest version. The produced patch will create a file git-commit-id in the top-level directory with the commit id used to create the patch. Hope it helps - otherwise you could still point me to the post you mentioned. -- Jan