From fa195731b1d361ef53ef25d08d0c419708348b0c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 24 Feb 2021 09:29:02 +0200 Subject: cauldron: full lockdown --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/mga_buildsystem') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index b76d23e6..62fe631e 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -368,8 +368,8 @@ 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_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', -- cgit v1.2.1