| Summary: | Feature Request: Have a flag to display which modules failed to build/install on last run | ||
|---|---|---|---|
| Product: | [Developer tools] kdesrc-build | Reporter: | Michael Pyne <mpyne> |
| Component: | general | Assignee: | Michael Pyne <mpyne> |
| Status: | RESOLVED MOVED | ||
| Severity: | wishlist | CC: | ashark, debian, kde |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
this is a bug report on kdesrc-build, not kde-builder. |
The subject line says it all really. Mentioned by Sune Vuorela on IRC so I'm recording it here so I can avoid forgetting it. Suggested command line flag: --list-all-failed-builds Workaround for now (assuming persistent data kept in ~/.kdesrc-build-data): $ perl -0777 -E 'my $vars = eval <>; while(my ($k, $v) = each (%$vars)) { say "$k" if $v->{"failure-count"} > 0 }' < ~/.kdesrc-build-data (the -0777 forces the <> operator to read the whole input in at once).