diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-25 09:47:27 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-25 09:47:27 +0200 |
commit | 615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b (patch) | |
tree | d562d6721f6ab3687dace428562d856ac5bb4f97 | |
parent | 7279c67d83297943a9f891508abc3c2f62d0798e (diff) | |
download | puppet-615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b.tar puppet-615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b.tar.gz puppet-615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b.tar.bz2 puppet-615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b.tar.xz puppet-615fa3dd9e216f0945632c6d8b3eddb59fc8ec1b.zip |
re-open Cauldron
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 12 |
1 files 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 |