diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-07-20 08:47:40 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-07-20 08:47:40 +0200 |
commit | beed666574ac4af927f6f8900ad58b318f1750c4 (patch) | |
tree | a94b46954501d414d118297e0a4879aa65459c61 /deployment/mga_buildsystem | |
parent | ff2d249b7c962e6a1e4a0bb0db89e08894a3fc9f (diff) | |
download | puppet-beed666574ac4af927f6f8900ad58b318f1750c4.tar puppet-beed666574ac4af927f6f8900ad58b318f1750c4.tar.gz puppet-beed666574ac4af927f6f8900ad58b318f1750c4.tar.bz2 puppet-beed666574ac4af927f6f8900ad58b318f1750c4.tar.xz puppet-beed666574ac4af927f6f8900ad58b318f1750c4.zip |
Fix upload for mageia6
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files 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, |