From 08bd2e299fe93827122a470fc8903e71f593ad03 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 23 May 2013 17:25:03 +0000 Subject: mga_buildsystem: add Mageia 3 --- deployment/mga_buildsystem/manifests/config.pp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'deployment/mga_buildsystem/manifests') 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, -- cgit v1.2.1