Add the MBS URL to the pdc-updater configuration
This commit is contained in:
parent
1a4710e65f
commit
3b741752a3
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,13 @@ config = {
|
|||
'pdcupdater.pkgdb_url': 'https://admin.fedoraproject.org/pkgdb',
|
||||
{% endif %}
|
||||
|
||||
# MBS details
|
||||
{% if env == 'staging' %}
|
||||
'pdcupdater.mbs_url': 'https://mbs.stg.fedoraproject.org/module-build-service/2/module-builds/',
|
||||
{% else %}
|
||||
'pdcupdater.mbs_url': 'https://mbs.fedoraproject.org/module-build-service/2/module-builds/',
|
||||
{% endif %}
|
||||
|
||||
# dead.package details
|
||||
{% if env == 'staging' %}
|
||||
'pdcupdater.file_check_url': 'https://src.stg.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(branch)s/f/%(file)s',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue