aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 17:25:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 17:25:03 +0000
commit08bd2e299fe93827122a470fc8903e71f593ad03 (patch)
treedd5c6c27a0fff1e5d12992dec9b81b53d1379b60 /deployment
parent458d5c659827db8d5c268ddcbc122f237b3231c1 (diff)
downloadpuppet-08bd2e299fe93827122a470fc8903e71f593ad03.tar
puppet-08bd2e299fe93827122a470fc8903e71f593ad03.tar.gz
puppet-08bd2e299fe93827122a470fc8903e71f593ad03.tar.bz2
puppet-08bd2e299fe93827122a470fc8903e71f593ad03.tar.xz
puppet-08bd2e299fe93827122a470fc8903e71f593ad03.zip
mga_buildsystem: add Mageia 3
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp26
1 files changed, 26 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 688f495b..8f6ba726 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -424,6 +424,32 @@ class mga_buildsystem::config {
},
},
+ '3' => {
+ 'arch' => $std_arch,
+ 'medias' => $std_medias,
+ 'base_media' => $std_base_media,
+ 'branch' => 'Official',
+ 'version' => '3',
+ 'submit_allowed' => "${svn_root_packages}/updates/3",
+ 'macros' => $std_macros,
+ 'repo_allow_from' => $repo_allow_from,
+ 'youri' => {
+ 'upload' => {
+ 'targets' => $std_youri_upload_targets,
+ 'checks' => {
+ 'rpmlint' => $mga2_rpmlint,
+ },
+ },
+ 'todo' => {
+ 'targets' => $std_youri_todo_targets,
+ 'checks' => {
+ 'rpmlint' => $mga2_rpmlint,
+ 'version' => $std_version_check,
+ },
+ },
+ },
+ },
+
'infra_1' => {
'arch' => $std_arch,
'medias' => $infra_medias,