From 630e1fd8ca0e9b8820969bce40dff3e1c668d854 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 20 Aug 2020 14:20:32 +0200 Subject: [PATCH] distgit-bz-sync: Fix the versions to be up to date Signed-off-by: Pierre-Yves Chibon --- .../distgit-bugzilla-sync/templates/configuration.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml index 17bade9d60..81fe9fccc2 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml @@ -13,10 +13,10 @@ Reassigning to the new maintainer of this component. [products] [products.Fedora] namespace = "rpms" - versions = ["rawhide", "31", "30", "29"] + versions = ["rawhide", "33", "32", "31"] [products."Fedora Container"] namespace = "container" - versions = ["rawhide", "29"] + versions = ["rawhide", "33", "32", "31] bz_product_name = "Fedora Container Images" [products."Fedora Modules"] namespace = "modules"