diff --git a/osc/commandline.py b/osc/commandline.py index 6fce8cd5..354e6fae 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5053,6 +5053,9 @@ Please submit there instead, or use --nodevelproject to force direct submission. if not opts.no_multibuild: kwargs['multibuild'] = kwargs['locallink'] = True if opts.xml or opts.csv: + # hmm should we filter excluded repos here as well? + # for now, ignore --show-excluded + del kwargs['showexcl'] for xml in get_package_results(**kwargs): if opts.xml: print(xml, end='')