"Yes, I know ... another tree, just what everyone wants," quipped James Bottomley, announcing his new merge candidate (-mc) tree:
"This one has a specific purpose: It's my tree tracking everyone else's git and quilt trees so I get early warning if there are going to be any merge issues. However, it struck me it might be useful to anyone wishing to track what's going upstream more closely."
James noted that his new tree is available in git, and being automatically built each night. "As you can see from the reverts and the skips, we have trouble even now (and that's after I fixed up most of the failures in SCSI). ACPI and the x86 trees clash hideously, so I kicked out x86. Jens' block tree has two patches which clash with Bart's ide quilt. Greg actually has one patch in his tree that clashes with one of mine." He also noted, "this tree is currently very storage centric (i.e. I haven't included net trees or quilts because I didn't think they'd be likely to clash with my SCSI trees). However, if it could be more generally useful, I could add other trees and quilts to it."
From: James Bottomley
Subject: Merge Candidate tree for the 2.6 kernel
Date: Jan 17, 5:03 pm 2008
Yes, I know ... another tree, just what everyone wants.
This one has a specific purpose: It's my tree tracking everyone else's
git and quilt trees so I get early warning if there are going to be any
merge issues. However, it struck me it might be useful to anyone
wishing to track what's going upstream more closely.
I'm currently autobuilding it every night with a cron job. The
resulting log (and patches) are here:
http://www.kernel.org/pub/linux/kernel/people/jejb/merge-tree/
And if you want a git tree, it's here:
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/merge-tree 2.6.24-rc8-mc1
fully labelled as <kernel version>-mc<n> and the place I began from as
<kernel version>-mc<n>-base.
The file that drives the build is this one:
http://www.kernel.org/pub/linux/kernel/people/jejb/merge-tree-build
As you can see from the reverts and the skips, we have trouble even now
(and that's after I fixed up most of the failures in SCSI).
ACPI and the x86 trees clash hideously, so I kicked out x86
Jens' block tree has two patches which clash with Bart's ide quilt
Greg actually has one patch in his tree that clashes with one of mine.
Please note, this tree is currently very storage centric (i.e. I haven't
included net trees or quilts because I didn't think they'd be likely to
clash with my SCSI trees). However, if it could be more generally
useful, I could add other trees and quilts to it.
The script that's doing all of this (if you want to try it at home) is:
http://www.kernel.org/pub/linux/kernel/people/jejb/build.pl
James
--