aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-07-18 22:26:17 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-07-18 22:26:17 +0200
commit52ec0f203e15183a08617a62116c7323c85ad070 (patch)
treefe3e46c3b65eba068748a5dc49d93365265053aa /deployment
parent71cee96164873d84c7a83ce739df9fb4f5d699a6 (diff)
downloadpuppet-52ec0f203e15183a08617a62116c7323c85ad070.tar
puppet-52ec0f203e15183a08617a62116c7323c85ad070.tar.gz
puppet-52ec0f203e15183a08617a62116c7323c85ad070.tar.bz2
puppet-52ec0f203e15183a08617a62116c7323c85ad070.tar.xz
puppet-52ec0f203e15183a08617a62116c7323c85ad070.zip
Enable createrepo for mga6 too
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp38
1 files changed, 37 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index c7f93868..d1b35b08 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -209,6 +209,42 @@ class mga_buildsystem::config {
],
}
+ $mga6_youri_upload_targets = {
+ 'checks' => [
+ 'version',
+ 'tag',
+ 'acl',
+ 'rpmlint',
+ 'recency',
+ ],
+ 'actions' => [
+ 'markrelease',
+ 'sign',
+ 'install',
+ 'link',
+ 'unpack_release_notes',
+ 'unpack_gfxboot_theme',
+ 'unpack_meta_task',
+ 'unpack_installer_images',
+ 'unpack_installer_images_nonfree',
+ 'unpack_installer_stage2',
+ 'unpack_installer_advertising',
+ 'unpack_installer_rescue',
+ 'unpack_syslinux',
+ 'unpack_pci_usb_ids',
+ 'archive',
+ 'mail',
+ 'maintdb',
+ 'rebuild',
+ ],
+ 'posts' => [
+ 'genhdlist2',
+ 'createrepo',
+ 'clean_rpmsrate',
+ 'mirror',
+ ],
+ }
+
# the list of checks, actions, posts for stable distros in youri-upload
$std_youri_upload_targets = {
'checks' => [
@@ -770,7 +806,7 @@ class mga_buildsystem::config {
},
},
'todo' => {
- 'targets' => $std_youri_todo_targets,
+ 'targets' => $mga6_youri_upload_targets,
'checks' => {
'rpmlint' => $mga6_rpmlint,
'version' => $std_version_check,