Drop the bz_product_name override

Instead of having a product name and an override via the bz_product_name
just use always the product name.

This fixes the issue around "Fedora Container Images" which were somehow
not cached from bugzilla. This led to the script trying to create them
instead of updating them, which of course failed since they did exist
in bugzilla.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-08-20 12:48:14 +02:00
parent 438b5c806d
commit 6428a58b06
2 changed files with 13 additions and 17 deletions

View file

@ -14,9 +14,9 @@ ignorable_accounts = ["packagerbot", "zuul"]
namespace = "rpms"
versions = ["rawhide", "31", "30", "29"]
[products."Fedora Container"]
[products."Fedora Container Images"]
namespace = "container"
versions = ["rawhide", "29"]
bz_product_name = "Fedora Container Images"
[products."Fedora Modules"]
namespace = "modules"
versions = []