Turn on new pdc-updater handlers in staging.
This commit is contained in:
parent
e13358ccd8
commit
ab3dadd10c
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue