aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 980d73e6..b633442b 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -687,13 +687,13 @@ class mga_buildsystem::config {
'upload' => {
'targets' => $infra_youri_upload_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga3_rpmlint,
},
},
'todo' => {
'targets' => $infra_youri_todo_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga3_rpmlint,
'version' => $infra_version_check,
},
},
@@ -718,13 +718,13 @@ class mga_buildsystem::config {
'upload' => {
'targets' => $infra_youri_upload_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga4_rpmlint,
},
},
'todo' => {
'targets' => $infra_youri_todo_targets,
'checks' => {
- 'rpmlint' => $mga2_rpmlint,
+ 'rpmlint' => $mga4_rpmlint,
'version' => $infra_version_check,
},
},