From beed666574ac4af927f6f8900ad58b318f1750c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Jul 2017 08:47:40 +0200 Subject: Fix upload for mageia6 --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 8a15ef07..09c5061a 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -788,13 +788,13 @@ class mga_buildsystem::config { 'repo_allow_from_domains' => $repo_allow_from_domains, 'youri' => { 'upload' => { - 'targets' => $std_youri_upload_targets, + 'targets' => $mga6_youri_upload_targets, 'checks' => { 'rpmlint' => $mga6_rpmlint, }, }, 'todo' => { - 'targets' => $mga6_youri_upload_targets, + 'targets' => $std_youri_todo_targets, 'checks' => { 'rpmlint' => $mga6_rpmlint, 'version' => $std_version_check, -- cgit v1.2.1