From 81381c7b5011652d2d58ab0fb4ac2f85eed6155d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 6 Jul 2019 18:25:24 +0300 Subject: drop unused std_youri_upload_targets --- deployment/mga_buildsystem/manifests/config.pp | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'deployment/mga_buildsystem/manifests/config.pp') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 5424077d..b91d7365 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -220,29 +220,6 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for stable distros in youri-upload - $std_youri_upload_targets = { - 'checks' => [ - 'version', - 'tag', - 'acl', - 'rpmlint', - 'recency', - ], - 'actions' => [ - 'sign', - 'install', - 'link', - 'archive', - 'mail', - ], - 'posts' => [ - 'genhdlist2', - 'clean_rpmsrate', - 'mirror', - ], - } - # TODO: mga >= 6 should use std config + createrepo, not a different one $mga6_youri_upload_targets = { 'checks' => [ -- cgit v1.2.1