continues even while one of the builds fails
Bug #252776 reported by
Jelmer Vernooij
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AutoPPA |
New
|
Undecided
|
Unassigned |
Bug Description
autoppa continues to build for other distributions even if one of them fails. this makes it very hard to abort - Ctrl+C will simply make it skip to the next distribution.
To post a comment you must log in.
Error handling in general probably needs some cleanup. For example, if dpkg-source spits out an error message, it has failed to build the package, but the build plows on, with no indication that there was a problem, except that the /bin/rm commands at the end of the process fail because the files being deleted aren't there. The only way to tell it failed is to read the entire build log, which might be cryptic.