diff --git a/osc/core.py b/osc/core.py index 02840de3..7777b6a8 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4817,6 +4817,7 @@ def get_prj_results(apiurl, prj, hide_legend=False, csv=False, status_filter=Non if i == "expansion error": continue legend.append('%3s %-20s' % (j, i)) + legend.append(' ? buildstatus not available (only new packages)') if vertical: for i in range(0, len(targets)):