From f14525191c57b5a0c2c3f7a8380530cc1f185ac6 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 21 Jun 2015 17:02:39 +0300 Subject: fix cauldron authorized_* section --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/mga_buildsystem/manifests/config.pp') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 22a3efe2..f4abfd52 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -480,9 +480,9 @@ 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' => 'none_package_authorized', + #'authorized_packages' => 'none_package_authorized', '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_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", 'mode' => 'normal', #'mode' => 'version_freeze', -- cgit v1.2.1