From c4af19adb1b51c2548bcbf0cbf06fd45eaa170ea Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 22 Jun 2015 03:42:28 +0300 Subject: fix mga4 target --- deployment/mga_buildsystem/manifests/config.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 0517ebcb..f6e1617b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -633,13 +633,13 @@ class mga_buildsystem::config { 'macros' => $std_macros, 'repo_allow_from' => $repo_allow_from, 'youri' => { - 'targets' => $std_youri_upload_targets, - 'upload' => { - 'checks' => { + 'upload' => { + 'targets' => $std_youri_upload_targets, + 'checks' => { 'rpmlint' => $mga4_rpmlint, }, }, - 'todo' => { + 'todo' => { 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga4_rpmlint, -- cgit v1.2.1