diff options
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 38 |
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, |