mention why a package isn't added to Bugzilla
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
34c580db0d
commit
b3f348c94e
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class BugzillaProxy:
|
||||||
bz_product_name = self.config['products'][collection].get('bz_product_name', collection)
|
bz_product_name = self.config['products'][collection].get('bz_product_name', collection)
|
||||||
if retired:
|
if retired:
|
||||||
if self.config['verbose']:
|
if self.config['verbose']:
|
||||||
print(f"[NOADD] {bz_product_name}/{package}")
|
print(f"[NOADD] {bz_product_name}/{package} (is retired)")
|
||||||
return
|
return
|
||||||
|
|
||||||
# Add component
|
# Add component
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue