From f9958cfd0547796c57235a9bd71cc1dac0696094 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 27 Sep 2016 19:06:05 +0000 Subject: [PATCH] Enable these. --- roles/pdc/backend/templates/pdcupdater.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index e6fc3d2d68..be99f9f0f1 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -65,11 +65,9 @@ config = { 'pdcupdater.handlers.compose:NewComposeHandler', 'pdcupdater.handlers.atomic:AtomicComponentGroupHandler', - {% if env == 'staging' %} # https://fedoraproject.org/wiki/User:Ralph/Drafts/Infrastructure/Factory2/ModellingDeps 'pdcupdater.handlers.depchain.rpms:NewRPMBuildTimeDepChainHandler', 'pdcupdater.handlers.depchain.rpms:NewRPMRunTimeDepChainHandler', - {% endif %} # The new version of PDC broke all of these. There are different # endpoints, etc.