diff options
author | Colin Guthrie <colin@mageia.org> | 2014-11-25 10:51:01 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-11-25 10:51:01 +0000 |
commit | 36ea4ad20efffb3478c05211a63a80395ed73918 (patch) | |
tree | b626ba0cef8e2aafa984c04ac285fb161ce90f50 /deployment/mga_buildsystem | |
parent | 24694168768a4308f770e7c647c274a642df2500 (diff) | |
download | puppet-36ea4ad20efffb3478c05211a63a80395ed73918.tar puppet-36ea4ad20efffb3478c05211a63a80395ed73918.tar.gz puppet-36ea4ad20efffb3478c05211a63a80395ed73918.tar.bz2 puppet-36ea4ad20efffb3478c05211a63a80395ed73918.tar.xz puppet-36ea4ad20efffb3478c05211a63a80395ed73918.zip |
buildsystem: Add any package that begins 'mga-' to freeze exclusions.
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 cc97d24c..4131e9a6 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -440,7 +440,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|helper))$', + 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|rpm-(mageia-setup|helper)|mga-.*)$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', |