From 6b56350bf20eb9e4b5e7267d409a748d919015ef Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 20 Jun 2015 12:11:15 +0300 Subject: add infra_5 --- deployment/mga_buildsystem/manifests/config.pp | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'deployment/mga_buildsystem/manifests/config.pp') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 7241ce02..1b07d43e 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -802,6 +802,37 @@ class mga_buildsystem::config { }, 'no_mirror' => true, }, + + 'infra_5' => { + 'arch' => $std_arch, + 'medias' => $infra_medias, + 'base_media' => [ '5/core/release', '5/core/updates', 'infra/updates' ], + 'branch' => 'Official', + 'version' => '5', + 'submit_allowed' => "${svn_root_packages}/updates/infra_5", + 'macros' => $std_macros, + 'based_on' => { + '5' => { + 'core' => [ 'release', 'updates' ], + }, + }, + 'youri' => { + 'upload' => { + 'targets' => $infra_youri_upload_targets, + 'checks' => { + 'rpmlint' => $mga5_rpmlint, + }, + }, + 'todo' => { + 'targets' => $infra_youri_todo_targets, + 'checks' => { + 'rpmlint' => $mga5_rpmlint, + 'version' => $infra_version_check, + }, + }, + }, + 'no_mirror' => true, + }, } } $checks_tag_options = { -- cgit v1.2.1