From 615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 25 Feb 2021 09:47:27 +0200 Subject: re-open Cauldron --- deployment/mga_buildsystem/manifests/config.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 277ef9c1..0cfab097 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -391,15 +391,15 @@ class mga_buildsystem::config { # list of users allowed to submit packages when cauldron is frozen $cauldron_authorized_users = str_join(group_members('mga-release_managers'), '|') $cauldron_version_check = { - #'authorized_sections' => '^[a-z]+/updates_testing$', - 'authorized_sections' => 'none_section_authorized', - 'authorized_packages' => 'none_package_authorized', - #'authorized_packages' => 'drak|^(urpmi|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?|URPM)|mgaonline|net_monitor|perl_checker|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*|iurt)$', + 'authorized_sections' => '^[a-z]+/updates_testing$', + #'authorized_sections' => 'none_section_authorized', + #'authorized_packages' => 'none_package_authorized', + 'authorized_packages' => 'drak|^(urpmi|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?|URPM)|mgaonline|net_monitor|perl_checker|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*|iurt)$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", - #'mode' => 'normal', + 'mode' => 'normal', #'mode' => 'version_freeze', - 'mode' => 'freeze', + #'mode' => 'freeze', } # for EOL distributions -- cgit v1.2.1