public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ketchup 0.9.7 released
@ 2006-04-24 17:14 Matt Mackall
  2006-05-01 11:56 ` Michal Piotrowski
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Mackall @ 2006-04-24 17:14 UTC (permalink / raw)
  To: linux-kernel

Ketchup 0.9.7 is available at:

 http://selenic.com/ketchup/

The latest version includes several important bugfixes including a
safety check that avoids accidentally unpacking entire kernels in
directories that aren't empty.

Ketchup is an extremely handy tool for doing various things with
kernels. For example:

$ ketchup -s 2.6            # find the latest kernel version
2.6.16.9
$ ketchup -d linux 2.6      # install it
Creating target directory linux
None -> 2.6.16.9
Unpacking linux-2.6.14.tar.bz2
Applying patch-2.6.15.bz2
Applying patch-2.6.16.bz2
Downloading patch-2.6.16.9.bz2
[...]
Downloading patch-2.6.16.9.bz2.sign
[...]
Verifying signature...
[...]
Applying patch-2.6.16.9.bz2
$ cd linux
$ make kernelversion
Makefile:476: .config: No such file or directory
2.6.16.9
$ ketchup 2.6-mm   # switch to the latest -mm kernel
2.6.16.9 -> 2.6.17-rc1-mm3
Applying patch-2.6.16.9.bz2 -R
Applying patch-2.6.17-rc1.bz2
Downloading 2.6.17-rc1-mm3.bz2
[...]
Downloading 2.6.17-rc1-mm3.bz2.sign
[...]
Verifying signature...
[...]
Applying 2.6.17-rc1-mm3.bz2

It's also useful for automating tasks, for instance downloading
the latest broken-out -mm patches:

$ wget -c `ketchup -u 2.6-mm | sed "s/.bz2/-broken-out.tar.bz2/"`

(It's also good on fries.)

-- 
Mathematics is the supreme nostalgia of our time.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ketchup 0.9.7 released
  2006-04-24 17:14 Ketchup 0.9.7 released Matt Mackall
@ 2006-05-01 11:56 ` Michal Piotrowski
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Piotrowski @ 2006-05-01 11:56 UTC (permalink / raw)
  To: Matt Mackall; +Cc: linux-kernel

Hi Matt,

On 24/04/06, Matt Mackall <mpm@selenic.com> wrote:
> Ketchup 0.9.7 is available at:
>
>  http://selenic.com/ketchup/

Something is wrong (actual stable kernel is 2.6.16.11)
[michal@ltg01-fedora linux-stable]$ ketchup 2.6-tip
None -> 2.6.16.9
Unpacking linux-2.6.16.tar.bz2
Applying patch-2.6.16.9.bz2

[michal@ltg01-fedora linux-stable]$ ketchup 2.6.16.11
None -> 2.6.16.11
Unpacking linux-2.6.16.tar.bz2
Applying patch-2.6.16.11.bz2

Now everything looks ok.

Regards,
Michal

--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/wiki/)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-01 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 17:14 Ketchup 0.9.7 released Matt Mackall
2006-05-01 11:56 ` Michal Piotrowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox