From 47d48f37b724637678ca2b159b5b7fdd01b198fd Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 28 Jun 2019 18:34:37 +0300 Subject: add infra_7 config --- deployment/mga_buildsystem/manifests/config.pp | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index a12a0c39..fa2f9709 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -1101,6 +1101,39 @@ class mga_buildsystem::config { }, 'no_mirror' => true, }, + + 'infra_7' => { + 'arch' => concat($std_arch, ['armv7hl', 'aarch64']), + 'medias' => $infra_medias, + 'base_media' => [ '7/core/release', '7/core/updates', 'infra/updates' ], + 'branch' => 'Official', + 'version' => '7', + 'submit_allowed' => "${svn_root_packages}/updates/infra_7", + 'macros' => $std_macros, + 'based_on' => { + '7' => { + 'core' => [ 'release', 'updates' ], + }, + }, + 'repo_allow_from_ips' => $repo_allow_from_ips, + 'repo_allow_from_domains' => $repo_allow_from_domains, + 'youri' => { + 'upload' => { + 'targets' => $infra_youri_upload_targets, + 'checks' => { + 'rpmlint' => $mga7_rpmlint, + }, + }, + 'todo' => { + 'targets' => $infra_youri_todo_targets, + 'checks' => { + 'rpmlint' => $mga7_rpmlint, + 'version' => $infra_version_check, + }, + }, + }, + 'no_mirror' => true, + }, } } $checks_tag_options = { -- cgit v1.2.1