Bugzilla – Bug 420372
"submitreq show" should show if the package built fine
Last modified: 2011-04-28 07:18:37 UTC
When you do "osc submitreq show $id", you get some information. Some of this is useful, some is not that useful (what's the point of the md5?). But something is clearly missing: before accepting a request, I need to know if it builds fine. So I really need to know if it built fine at least once in the past in home:$login:branches:[...]. It'd be quite useful to have the output of "osc rresults" there. Note that I'm more interesting in "it built fine once in the past" than in "build is currently blocked".
(In reply to comment #0) > When you do "osc submitreq show $id", you get some information. Some of this is > useful, some is not that useful (what's the point of the md5?). But something > is clearly missing: before accepting a request, I need to know if it builds > fine. > That's implemented in the meantime: osc rq show --source-buildstatus <id> > Note that I'm more interesting in "it built fine once in the > past" than in "build is currently blocked". Hmm this information is useless (IMHO) because the currently scheduled job might fail due to changes in the original project.
Seems like the issue is already solved, one may always display the build status though. How about that?