From b3f348c94e014d816aa97cdf0f34be43bee7a86a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 25 Nov 2019 14:38:50 +0100 Subject: [PATCH] mention why a package isn't added to Bugzilla Signed-off-by: Nils Philippsen --- distgit_bugzilla_sync/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distgit_bugzilla_sync/script.py b/distgit_bugzilla_sync/script.py index e3a1cec..cc244d5 100644 --- a/distgit_bugzilla_sync/script.py +++ b/distgit_bugzilla_sync/script.py @@ -419,7 +419,7 @@ class BugzillaProxy: bz_product_name = self.config['products'][collection].get('bz_product_name', collection) if retired: if self.config['verbose']: - print(f"[NOADD] {bz_product_name}/{package}") + print(f"[NOADD] {bz_product_name}/{package} (is retired)") return # Add component