In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://www.blars.org/blars.html With Microsoft, failure is not an option. It is a standard feature. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]