From 52ec0f203e15183a08617a62116c7323c85ad070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 18 Jul 2017 22:26:17 +0200 Subject: Enable createrepo for mga6 too --- deployment/mga_buildsystem/manifests/config.pp | 38 +++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'deployment') 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, -- cgit v1.2.1