diff options
author | Colin Guthrie <colin@mageia.org> | 2015-04-06 07:51:53 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2015-04-06 07:51:53 +0100 |
commit | e7a7d748314ea5341ca42b8e871e77bad65d4f9a (patch) | |
tree | 977a4fd478ab67536e04b8b26bdcc24eab61ae0f | |
parent | ab273a4676eebdc1a9978dffbb2b91c0178e9569 (diff) | |
download | puppet-e7a7d748314ea5341ca42b8e871e77bad65d4f9a.tar puppet-e7a7d748314ea5341ca42b8e871e77bad65d4f9a.tar.gz puppet-e7a7d748314ea5341ca42b8e871e77bad65d4f9a.tar.bz2 puppet-e7a7d748314ea5341ca42b8e871e77bad65d4f9a.tar.xz puppet-e7a7d748314ea5341ca42b8e871e77bad65d4f9a.zip |
buildsystem: Add ldetect-lst to freeze exceptions
-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 0480639d..786959bf 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-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$', + 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', |