public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael-lists@free-electrons.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [ketchup] Patch for 'ketchup -l'
Date: Tue, 17 Jan 2006 10:04:09 +0100	[thread overview]
Message-ID: <43CCB309.4080609@free-electrons.com> (raw)

For people managing kernel sources with the excellent 'ketchup' tool (http://www.selenic.com/ketchup/wiki/index.cgi/FrontPage)

Patch for ketchup 0.9.6
=======================

>From Michael Opdenacker <michael@free-electrons.com>

Issue
-----

> ketchup -l
2.4 (signed)
 old stable kernel series
2.4-pre (signed)
 old stable kernel series prereleases
2.6 (signed)
 current stable kernel series
2.6-bk (signed)
 old stable kernel series snapshots
Traceback (most recent call last):
  File "/data/soft/src/ketchup", line 686, in ?
    lprint(tree, ["(unsigned)","(signed)"][version_info[tree][3]])
TypeError: list indices must be integers

Explanation
-----------

For tree '2.6-ck', version_info[tree][3]=='.sig'
instead of '0' or '1'.

The below code only supported the '0' and '1' cases:

lprint(tree, ["(unsigned)","(signed)"][version_info[tree][3]]) 

Fix
---

http://free-electrons.com/pub/patches/ketchup/20060112a/ketchup-l-fix.patch

-- 
Michael Opdenacker, Free Electrons
Free Embedded Linux Training Materials
on http://free-electrons.com/training


                 reply	other threads:[~2006-01-17  9:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43CCB309.4080609@free-electrons.com \
    --to=michael-lists@free-electrons.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox