aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2017-07-16 23:51:47 +0300
committerThomas Backlund <tmb@mageia.org>2017-07-16 23:51:47 +0300
commit56049720c6f1a352c589188cb6360044b54c48e1 (patch)
tree43b90d4e6a4de6054c985d771d3dc269644f9548 /deployment
parent9e5511000a36d620f6df38bf87a08b26c317d173 (diff)
downloadpuppet-56049720c6f1a352c589188cb6360044b54c48e1.tar
puppet-56049720c6f1a352c589188cb6360044b54c48e1.tar.gz
puppet-56049720c6f1a352c589188cb6360044b54c48e1.tar.bz2
puppet-56049720c6f1a352c589188cb6360044b54c48e1.tar.xz
puppet-56049720c6f1a352c589188cb6360044b54c48e1.zip
add infra_6
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 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 = {