aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2015-01-06 09:36:17 +0000
committerColin Guthrie <colin@mageia.org>2015-01-06 09:36:17 +0000
commit147ab2312f0d3455e4055c6cf27b07599f4ba8aa (patch)
treeeb731a5122235a1916e19632b01ebba7c624e062 /deployment/mga_buildsystem/manifests/config.pp
parent415d1f697c7118d890362722cc06355119a38e71 (diff)
downloadpuppet-147ab2312f0d3455e4055c6cf27b07599f4ba8aa.tar
puppet-147ab2312f0d3455e4055c6cf27b07599f4ba8aa.tar.gz
puppet-147ab2312f0d3455e4055c6cf27b07599f4ba8aa.tar.bz2
puppet-147ab2312f0d3455e4055c6cf27b07599f4ba8aa.tar.xz
puppet-147ab2312f0d3455e4055c6cf27b07599f4ba8aa.zip
buildsystem: Add a few freeze exceptions
To cover indexhtml, ldetect, msec and mageiawelcome
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 82513fc5..0701f2a2 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|rpm-(mageia-setup|helper)|mga-.*)$',
+ 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|indexhtml|ldetect|msec|rpm-(mageia-setup|helper)|(mga-|mageia).*)$',
'authorized_arches' => 'none',
'authorized_users' => "^${cauldron_authorized_users}\$",
#'mode' => 'normal',