lkml.org 
[lkml]   [2005]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: 2.6.13-rc6-rt1
    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):
    \
     
     \ /
      Last update: 2005-08-16 14:35    [W:3.547 / U:1.716 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site