aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-06-20 12:08:49 +0300
committerThomas Backlund <tmb@mageia.org>2015-06-20 12:08:49 +0300
commiteafbd15108d84e44308a6bd894c0d41aec142eae (patch)
tree1d4ada6980e4bbce0f05e58d1ef7dc7e714388ae
parent97c7e1c2c8ea745e8e4063dc9648fe77835c70ed (diff)
downloadpuppet-eafbd15108d84e44308a6bd894c0d41aec142eae.tar
puppet-eafbd15108d84e44308a6bd894c0d41aec142eae.tar.gz
puppet-eafbd15108d84e44308a6bd894c0d41aec142eae.tar.bz2
puppet-eafbd15108d84e44308a6bd894c0d41aec142eae.tar.xz
puppet-eafbd15108d84e44308a6bd894c0d41aec142eae.zip
re-open cauldron
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 19c3e42f..7241ce02 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -481,12 +481,12 @@ class mga_buildsystem::config {
$cauldron_version_check = {
'authorized_sections' => '^[a-z]+/updates_testing$',
'authorized_packages' => 'none_package_authorized',
- #'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$',
- 'authorized_arches' => 'none',
+ 'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$',
+ #'authorized_arches' => 'none',
'authorized_users' => "^${cauldron_authorized_users}\$",
- #'mode' => 'normal',
+ 'mode' => 'normal',
#'mode' => 'version_freeze',
- 'mode' => 'freeze',
+ #'mode' => 'freeze',
}
# for EOL distributions
@@ -520,7 +520,7 @@ class mga_buildsystem::config {
'medias' => $std_medias,
'base_media' => $std_base_media,
'branch' => 'Devel',
- 'version' => '5',
+ 'version' => '6',
'submit_allowed' => "${svn_root_packages}/cauldron",
'macros' => $std_macros,
'repo_allow_from' => $repo_allow_from,