On Fri, 26 Aug 2005, Matt Mackall wrote: > On Tue, Aug 16, 2005 at 02:32:01PM +0200, Michal Schmidt wrote: > > Ingo Molnar wrote: > > >i've released the 2.6.13-rc6-rt1 tree, which can be downloaded from the > > >usual place: > > > > > > http://redhat.com/~mingo/realtime-preempt/ > > > > > >as the name already suggests, i've switched to a new, simplified naming > > >scheme, which follows the usual naming convention of trees tracking the > > >mainline kernel. The numbering will be restarted for every new upstream > > >kernel the -RT tree is merged to. > > > > Great! With this naming scheme it is easy to teach Matt Mackall's > > ketchup script about the -RT tree. > > The modified ketchup script can be downloaded from: > > http://www.uamt.feec.vutbr.cz/rizeni/pom/ketchup-0.9+rt > > > > Matt, would you release a new ketchup version with this support for > > Ingo's tree? > > Thanks. I've put this in my version, which is now exported as a > Mercurial repo at: > > http://selenic.com/repo/ketchup > > This version also has -git support, finally. > I added the line in the patch below to be able to get Ingo's older patches.
Esben diff -r 1342be306020 ketchup --- a/ketchup Sat Aug 27 01:12:42 2005 +++ b/ketchup Tue Aug 30 00:30:23 2005 @@ -367,6 +367,7 @@ # the jgarzik memorial hack url2 = re.sub("/snapshots/", "/snapshots/old/", url) + url2 = re.sub("/realtime-preempt/", "/realtime-preempt/older/", url2) if url2 != url: if download(url2, file): return file - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/