linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ketchup] Patch for 'ketchup -l'
@ 2006-01-17  9:04 Michael Opdenacker
  0 siblings, 0 replies; only message in thread
From: Michael Opdenacker @ 2006-01-17  9:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-17  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17  9:04 [ketchup] Patch for 'ketchup -l' Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).