Update the versions available on bugzilla for the rpms and the containers

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-08-20 12:57:43 +02:00
parent 74a550ecd3
commit 0083b8ee66
2 changed files with 3 additions and 4 deletions

View file

@ -12,11 +12,10 @@ ignorable_accounts = ["packagerbot", "zuul"]
[products] [products]
[products.Fedora] [products.Fedora]
namespace = "rpms" namespace = "rpms"
versions = ["rawhide", "31", "30", "29"] versions = ["rawhide", "33", "32", "31"]
[products."Fedora Container"]
[products."Fedora Container Images"] [products."Fedora Container Images"]
namespace = "container" namespace = "container"
versions = ["rawhide", "29"] versions = ["rawhide", "33", "32", "31"]
[products."Fedora Modules"] [products."Fedora Modules"]
namespace = "modules" namespace = "modules"
versions = [] versions = []

View file

@ -1164,7 +1164,7 @@ class DistgitBugzillaSync:
# Do not send the email in dryrun or when the error only relates to # Do not send the email in dryrun or when the error only relates to
# configuration (which will always happen for flatpaks and tests) # configuration (which will always happen for flatpaks and tests)
if not self.env["dryrun"] and list(self.errors.keys()) != ["configuration"]: if not self.env["dryrun"] and tuple(self.errors) != ("configuration",):
self.send_email( self.send_email(
self.env["email"]["from"], self.env["email"]["from"],
self.env["email"]["notify_admins"], self.env["email"]["notify_admins"],