From 7dc634a7cc20cf447d097bda78be3710b5ff8757 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Jul 2017 20:06:59 +0000 Subject: [PATCH] update bodhi site_requirements --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- roles/bodhi2/base/templates/staging.ini.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 780e5ed9a3..4998ae6e1b 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -253,7 +253,7 @@ stacks_enabled = False # updates. Users have free-reign to override them for each kind of entity. At # the end of the day, we only consider the requirements defined by single # updates themselves when gating in the backend masher process. -site_requirements = depcheck upgradepath +site_requirements = dist.rpmdeplint dist.upgradepath ## Some day we'll have rpmgrill, and that will be cool. Ask tflink. #site_requirements = depcheck upgradepath rpmgrill diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 41ebefa37f..0b3062c942 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -216,7 +216,7 @@ stacks_enabled = False # updates. Users have free-reign to override them for each kind of entity. At # the end of the day, we only consider the requirements defined by single # updates themselves when gating in the backend masher process. -site_requirements = depcheck upgradepath +site_requirements = dist.rpmdeplint dist.upgradepath ## Some day we'll have rpmgrill, and that will be cool. Ask tflink. #site_requirements = depcheck upgradepath rpmgrill