public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Automating Kernel Builds
@ 2005-07-20 14:21 rbt
  2005-07-20 14:49 ` Jan Dittmer
  0 siblings, 1 reply; 2+ messages in thread
From: rbt @ 2005-07-20 14:21 UTC (permalink / raw)
  To: linux-kernel

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 ;)

Thank you all.

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

* Re: Automating Kernel Builds
  2005-07-20 14:21 Automating Kernel Builds rbt
@ 2005-07-20 14:49 ` Jan Dittmer
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Dittmer @ 2005-07-20 14:49 UTC (permalink / raw)
  To: rbt; +Cc: linux-kernel

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

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

end of thread, other threads:[~2005-07-20 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 14:21 Automating Kernel Builds rbt
2005-07-20 14:49 ` Jan Dittmer

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