aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index b76d23e6..62fe631e 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -368,8 +368,8 @@ 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_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',