Joerg Sonnenberger wrote:
On Thu, Jan 10, 2008 at 12:34:30AM +0200, Aleksey Cheusov wrote:I also had such problem several times and rerun buil/upload/report stages manually. What about adding an option for this?The problem is correctly detecting where the build bailed out.
That's not difficult: If the output looks like: ............................................ 3150 it's in the scanning phase. If it looks like: Starting build of pkgbase-1.0nb5 Failed to build pkgbase-1.0nb5 it's in the build phase.Just leave the decision to the user. Or maybe create meta/state which contains one of "start", "scan", "resolve", "build", "pkg_summary", "checksums", "report", "finished".
Roland