From 65e9f5e2513eb8703cd2d9cc5400f10dca283708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 18 Jul 2017 22:35:29 +0200 Subject: Better use std youri_upload_targets + createrepo --- deployment/mga_buildsystem/manifests/config.pp | 29 +++++++------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index d1b35b08..c00fe045 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -209,7 +209,10 @@ class mga_buildsystem::config { ], } - $mga6_youri_upload_targets = { + + + # the list of checks, actions, posts for stable distros in youri-upload + $std_youri_upload_targets = { 'checks' => [ 'version', 'tag', @@ -218,35 +221,21 @@ class mga_buildsystem::config { '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 = { + # the list of checks, actions, posts for infra distros in youri-upload + $mga6_youri_upload_targets = { 'checks' => [ 'version', 'tag', @@ -259,15 +248,13 @@ class mga_buildsystem::config { 'install', 'link', 'archive', - 'mail', ], 'posts' => [ 'genhdlist2', - 'clean_rpmsrate', - 'mirror', + 'createrepo', ], } - + # the list of checks, actions, posts for infra distros in youri-upload $infra_youri_upload_targets = { 'checks' => [ -- cgit v1.2.1