diff options
author | Colin Guthrie <colin@mageia.org> | 2013-11-28 16:52:04 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-11-28 16:52:04 +0000 |
commit | d37f424ec39ddcb62b7c9074894498a923a720e3 (patch) | |
tree | 7c3558301c2b60165049f2f902d20cc93c828795 | |
parent | 18281667b956980db20bd54ee8cee1fca900b70f (diff) | |
download | puppet-d37f424ec39ddcb62b7c9074894498a923a720e3.tar puppet-d37f424ec39ddcb62b7c9074894498a923a720e3.tar.gz puppet-d37f424ec39ddcb62b7c9074894498a923a720e3.tar.bz2 puppet-d37f424ec39ddcb62b7c9074894498a923a720e3.tar.xz puppet-d37f424ec39ddcb62b7c9074894498a923a720e3.zip |
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.
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |