aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-06-28 18:34:37 +0300
committerThomas Backlund <tmb@mageia.org>2019-06-28 18:34:37 +0300
commit47d48f37b724637678ca2b159b5b7fdd01b198fd (patch)
treeb5af7f71e3fd1c54c81e9d06d2631613060ab127 /deployment
parenteec06015ab64fe297d7eda27192e2c24b1eb9c39 (diff)
downloadpuppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar
puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.gz
puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.bz2
puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.tar.xz
puppet-47d48f37b724637678ca2b159b5b7fdd01b198fd.zip
add infra_7 config
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp33
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 = {