diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-29 13:36:22 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-29 13:36:22 +0300 |
commit | 78d96233e8d9fd0da10fd852c27196f7a5f6f285 (patch) | |
tree | 562beb767a5c504947bbcc630d2d008217c0599c /deployment | |
parent | 8d886158d5d405dbf3b7a4aa88757116f238e774 (diff) | |
download | puppet-78d96233e8d9fd0da10fd852c27196f7a5f6f285.tar puppet-78d96233e8d9fd0da10fd852c27196f7a5f6f285.tar.gz puppet-78d96233e8d9fd0da10fd852c27196f7a5f6f285.tar.bz2 puppet-78d96233e8d9fd0da10fd852c27196f7a5f6f285.tar.xz puppet-78d96233e8d9fd0da10fd852c27196f7a5f6f285.zip |
re-open caulron
Diffstat (limited to 'deployment')
-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 b3540df4..6e8f230f 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -640,15 +640,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 |