Re: 2.6.13-rc6-rt1
From: Michal Schmidt
Date: Tue Aug 16 2005 - 07:33:14 EST
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?
Michal
--- ketchup-0.9 2005-08-16 14:06:20.000000000 +0200
+++ ketchup-0.9+rt 2005-08-16 14:24:05.000000000 +0200
@@ -307,7 +307,11 @@ version_info = {
'2.6-mjb': (latest_mjb,
kernel_url + "/people/mbligh/%(prebase)s/patch-%(full)s.bz2",
r'patch-(2.6.*?).bz2',
- 1, "Martin Bligh's random collection 'o crap")
+ 1, "Martin Bligh's random collection 'o crap"),
+ '2.6-rt': (latest_dir,
+ "http://people.redhat.com/mingo/realtime-preempt/patch-%(full)s",
+ r'patch-(2.6.*?)',
+ 0, "Ingo Molnar's realtime-preempt kernel")
}
def version_url(ver, sign = 0):