aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-02-24 09:29:02 +0200
committerThomas Backlund <tmb@mageia.org>2021-02-24 09:29:02 +0200
commitfa195731b1d361ef53ef25d08d0c419708348b0c (patch)
treef3486b083a8e0b3a2bdbb68033ab738b55e97d66 /deployment/mga_buildsystem
parentcbbed432cc90d2fa8b565bcd4fd5548544c0ba64 (diff)
downloadpuppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar
puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.gz
puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.bz2
puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.tar.xz
puppet-fa195731b1d361ef53ef25d08d0c419708348b0c.zip
cauldron: full lockdown
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',