[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: buildd administration



In article <[🔎] 867jafnukn.fsf@alhambra.kuesterei.ch> frank@debian.org writes:

>- How can I get information from "inside" a buildd, e.g. temporary files
>  created during a failed build.

First pass answer: you can't.  sbuild (tries to) clean up after builds.

Alternate: try to get a porter to redo the build and give you the desired
info.

Best: rewrite your build script to put the desired info into the build log.
Instead of:
	foo >/tmp/foo 2>&1
use:
	if foo >/tmp/foo 2>&1 ; then : ; else cat /tmp/foo ; exit 1 ; fi






-- 
Blars Blarson			blarson@blars.org
				http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.



Reply to: