From d37f424ec39ddcb62b7c9074894498a923a720e3 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 28 Nov 2013 16:52:04 +0000 Subject: Allow submissions of various internal packages while in freeze. This should allow Thierry (and myself, or anyone else) to push new versions of these packages even when in freeze. While this isn't exactly ideal, because these are internal packages, they don't really follow normal freeze rules (although of course it would be better to not break them at the last minute, but that's another story). See discussions on cauldron mailing list from today for reference. --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 02d19b9a..8ee24b9a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -393,7 +393,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' => '^$', + 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(Gtk3|Glib))$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', -- cgit v1.2.1