diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-16 08:32:30 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-16 08:32:30 +0200 |
commit | cbbed432cc90d2fa8b565bcd4fd5548544c0ba64 (patch) | |
tree | ca16c23044365a8ddbf74308e5d562fbad6e4ee7 /deployment/mga_buildsystem/manifests/config.pp | |
parent | 0a2b951016e4102b10fcbc9a4af38cf6bc8000dc (diff) | |
download | puppet-cbbed432cc90d2fa8b565bcd4fd5548544c0ba64.tar puppet-cbbed432cc90d2fa8b565bcd4fd5548544c0ba64.tar.gz puppet-cbbed432cc90d2fa8b565bcd4fd5548544c0ba64.tar.bz2 puppet-cbbed432cc90d2fa8b565bcd4fd5548544c0ba64.tar.xz puppet-cbbed432cc90d2fa8b565bcd4fd5548544c0ba64.zip |
lock for release builds
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index c48ade19..b76d23e6 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -370,8 +370,8 @@ class mga_buildsystem::config { $cauldron_version_check = { '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_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', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', |