diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:34:37 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:34:37 +0300 |
commit | 47d48f37b724637678ca2b159b5b7fdd01b198fd (patch) | |
tree | b5af7f71e3fd1c54c81e9d06d2631613060ab127 | |
parent | eec06015ab64fe297d7eda27192e2c24b1eb9c39 (diff) | |
download | puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.gz puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.bz2 puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.xz puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.zip |
add infra_7 config
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 33 |
1 files changed, 33 insertions, 0 deletions
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 = { |