diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 5fa9ec49..5424077d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -220,8 +220,6 @@ class mga_buildsystem::config { ], } - - # the list of checks, actions, posts for stable distros in youri-upload $std_youri_upload_targets = { 'checks' => [ @@ -333,7 +331,7 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for stable distros in youri-todo + # the list of checks, actions, posts for stable and infra distros in youri-todo $std_youri_todo_targets = { 'checks' => [ 'source', @@ -353,25 +351,6 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for infra distros in youri-todo - $infra_youri_todo_targets = { - 'checks' => [ - 'source', - 'version', - 'tag', - 'acl', - 'rpmlint', - 'recency', - 'queue_recency', - ], - 'actions' => [ - 'send', - 'dependencies', - 'rpminfo', - 'ulri', - ], - } - # rpmlint check options for stable and cauldron $mga_rpmlint = { 'config' => '/usr/share/rpmlint/config', @@ -562,7 +541,7 @@ class mga_buildsystem::config { }, }, 'todo' => { - 'targets' => $infra_youri_todo_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga_rpmlint, 'version' => $infra_version_check, @@ -595,7 +574,7 @@ class mga_buildsystem::config { }, }, 'todo' => { - 'targets' => $infra_youri_todo_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga_rpmlint, 'version' => $infra_version_check, |