aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8dca65d6..a8292e40 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -943,6 +943,39 @@ class mga_buildsystem::config {
},
'no_mirror' => true,
},
+
+ 'infra_6' => {
+ 'arch' => $std_arch,
+ 'medias' => $infra_medias,
+ 'base_media' => [ '6/core/release', '6/core/updates', 'infra/updates' ],
+ 'branch' => 'Official',
+ 'version' => '6',
+ 'submit_allowed' => "${svn_root_packages}/updates/infra_6",
+ 'macros' => $std_macros,
+ 'based_on' => {
+ '5' => {
+ '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' => $mga6_rpmlint,
+ },
+ },
+ 'todo' => {
+ 'targets' => $infra_youri_todo_targets,
+ 'checks' => {
+ 'rpmlint' => $mga6_rpmlint,
+ 'version' => $infra_version_check,
+ },
+ },
+ },
+ 'no_mirror' => true,
+ },
}
}
$checks_tag_options = {