public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Dittmer <jdittmer@ppp0.net>
To: rbt <rbt@athop1.ath.vt.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Automating Kernel Builds
Date: Wed, 20 Jul 2005 16:49:22 +0200	[thread overview]
Message-ID: <42DE6472.9080808@ppp0.net> (raw)
In-Reply-To: <1121869302.8610.10.camel@athop1.ath.vt.edu>

rbt wrote:
> I have a script that automatically builds kernels for testing. Would it
> be possible to put the kernel version number (2.6.12.3) into the
> 'LATEST-IS-VERSION' file on http://www.kernel.org/pub/linux/kernel/v2.6/
> or, is there some other file that traditionally has stored this info? I
> searched the repository but could not find one.
> 
> As of now, my script goes to the site and parses the page searching for
> a line that contains 'LATEST-IS' and then breaks that line apart and
> attempts to extract the kernel version number from it. If
> LATEST-IS-VERSION actually contained the version number (2.6.12.3)
> instead of being a 0 byte file as it is now, then it my script could
> simply read it and not have to do funky html parsing to get the latest
> version number ;)

Some things from the top of my mind:

a) /\d+\.\d+\.\d+(\.\d+)?/
b) use ftp://
c) http://kernel.org/kdist/rss.xml
d) http://www.kernel.org/kdist/finger_banner

ps: you know http://l4x.org/k/ and kerncomp.sf.net?

-- 
Jan

      reply	other threads:[~2005-07-20 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-20 14:21 Automating Kernel Builds rbt
2005-07-20 14:49 ` Jan Dittmer [this message]

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=42DE6472.9080808@ppp0.net \
    --to=jdittmer@ppp0.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rbt@athop1.ath.vt.edu \
    /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