aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-06-20 12:11:15 +0300
committerThomas Backlund <tmb@mageia.org>2015-06-20 12:11:15 +0300
commit6b56350bf20eb9e4b5e7267d409a748d919015ef (patch)
tree3324d076308f1254759f1045cbe104d3af4212bf
parenteafbd15108d84e44308a6bd894c0d41aec142eae (diff)
downloadpuppet-6b56350bf20eb9e4b5e7267d409a748d919015ef.tar
puppet-6b56350bf20eb9e4b5e7267d409a748d919015ef.tar.gz
puppet-6b56350bf20eb9e4b5e7267d409a748d919015ef.tar.bz2
puppet-6b56350bf20eb9e4b5e7267d409a748d919015ef.tar.xz
puppet-6b56350bf20eb9e4b5e7267d409a748d919015ef.zip
add infra_5
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp31
1 files changed, 31 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 7241ce02..1b07d43e 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -802,6 +802,37 @@ class mga_buildsystem::config {
},
'no_mirror' => true,
},
+
+ 'infra_5' => {
+ 'arch' => $std_arch,
+ 'medias' => $infra_medias,
+ 'base_media' => [ '5/core/release', '5/core/updates', 'infra/updates' ],
+ 'branch' => 'Official',
+ 'version' => '5',
+ 'submit_allowed' => "${svn_root_packages}/updates/infra_5",
+ 'macros' => $std_macros,
+ 'based_on' => {
+ '5' => {
+ 'core' => [ 'release', 'updates' ],
+ },
+ },
+ 'youri' => {
+ 'upload' => {
+ 'targets' => $infra_youri_upload_targets,
+ 'checks' => {
+ 'rpmlint' => $mga5_rpmlint,
+ },
+ },
+ 'todo' => {
+ 'targets' => $infra_youri_todo_targets,
+ 'checks' => {
+ 'rpmlint' => $mga5_rpmlint,
+ 'version' => $infra_version_check,
+ },
+ },
+ },
+ 'no_mirror' => true,
+ },
}
}
$checks_tag_options = {