public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Mackall <mpm@selenic.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Ketchup 0.9.7 released
Date: Mon, 24 Apr 2006 12:14:28 -0500	[thread overview]
Message-ID: <20060424171428.GF15445@waste.org> (raw)

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.

             reply	other threads:[~2006-04-24 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-24 17:14 Matt Mackall [this message]
2006-05-01 11:56 ` Ketchup 0.9.7 released Michal Piotrowski

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=20060424171428.GF15445@waste.org \
    --to=mpm@selenic.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