diff options
author | Colin Guthrie <colin@mageia.org> | 2014-10-08 20:28:47 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-10-08 20:28:56 +0100 |
commit | 6d6331f609c8e907e877a90af848fa3bac10c2b8 (patch) | |
tree | f3634ecf97ed1d96e90fa115d3d6aea3ef54eb0c /deployment/mga_buildsystem | |
parent | 50bb605a2a328aeb7eb12b49d94c2e0fd2f6ffb0 (diff) | |
download | puppet-6d6331f609c8e907e877a90af848fa3bac10c2b8.tar puppet-6d6331f609c8e907e877a90af848fa3bac10c2b8.tar.gz puppet-6d6331f609c8e907e877a90af848fa3bac10c2b8.tar.bz2 puppet-6d6331f609c8e907e877a90af848fa3bac10c2b8.tar.xz puppet-6d6331f609c8e907e877a90af848fa3bac10c2b8.zip |
buildsystem: add rpm-helper to freeze exclusions regexp
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index a5eb79e7..27df5518 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -437,7 +437,7 @@ class mga_buildsystem::config { $cauldron_authorized_users = str_join(group_members('mga-release_managers'), '|') $cauldron_version_check = { 'authorized_sections' => '^[a-z]+/updates_testing$', - 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|rpm-mageia-setup)$', + 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|rpm-(mageia-setup|helper))$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', |