diff --git a/osc/commandline.py b/osc/commandline.py index 09d3933d..26bc277f 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -7546,12 +7546,6 @@ Please submit there instead, or use --nodevelproject to force direct submission. for i in binaries: if binary != None and binary != i.name: continue - # skip metadata (unless explicitly specified as the `FILE` (== `binary`) argument) - if not binary and i.name.startswith("_"): - continue - # skip logs (unless explicitly specified as the `FILE` (== `binary`) argument) - if not binary and i.name.endswith(".log"): - continue # skip source rpms if not opts.sources and (i.name.endswith('src.rpm') or i.name.endswith('sdeb')): continue