diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-09-27 18:04:17 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-09-27 18:04:35 +0000 |
| commit | ab3dadd10cb65e6edd080557af2d4aa823637d89 (patch) | |
| tree | 0161f64827f8c1f381be4327fbd0a53402173327 | |
| parent | e13358ccd8f9911dc472869b42039c402798ed09 (diff) | |
Turn on new pdc-updater handlers in staging.
| -rw-r--r-- | roles/pdc/backend/templates/pdcupdater.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index c106b8761..92a35d153 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -62,6 +62,13 @@ config = { 'pdcupdater.handlers': [ '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. ##'pdcupdater.handlers.pkgdb:NewPackageHandler', |
