Re: Easy way to retrieve build logs from buildd.d.o?

2008-05-25 Thread Raphael Geissert
Frank S. Thomas wrote:
 
  # Retrieve all build logs of the package hello.
  $ getbuildlog.sh hello
 
  # Retrieve mips and mipsel build logs of hello 2.2-{1,2}.
  $ getbuildlog.sh hello '2\.2-.' 'mips(|el)'
 
 Do you think this script would be a useful addition for devscripts?

Better ask at their ML and not here ;-)
Or: just file a bug report against devscripts

 
 Cheers,

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Easy way to retrieve build logs from buildd.d.o?

2008-05-23 Thread Frank S. Thomas
Hello all,

Is there an easy way to retrieve the build logs for a given package as plain 
text files from buildd.debian.org? For example, for one of my packages I want 
to compare one output of the configure script on all architectures for one 
specific version. It would be helpful for this if the build logs were 
available on my local machine for grep'ing.
Since I didn't know an easy way to retrieve those build logs, I wrote a small 
and simple shell script that does what I needed; it is attached and can be 
used like this:

 # Retrieve all build logs of the package hello. 
 $ getbuildlog.sh hello

 # Retrieve mips and mipsel build logs of hello 2.2-{1,2}.
 $ getbuildlog.sh hello '2\.2-.' 'mips(|el)'

Do you think this script would be a useful addition for devscripts?

Cheers,
-- 
Frank S. Thomas [EMAIL PROTECTED]   PGP public key ID: 0xDC426429
Debian Developerfinger fst/[EMAIL PROTECTED]


getbuildlog.sh
Description: application/shellscript


signature.asc
Description: This is a digitally signed message part.