greenwave: configure BODHI_URL for staging
Starting from the upcoming 0.8 release, Greenwave will query Bodhi to find builds in an update. The default configuration has production Bodhi, in staging we want to use staging Bodhi instead.
This commit is contained in:
parent
0854930115
commit
8bce201768
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ data:
|
|||
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'
|
||||
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/rpms/{pkg_name}/raw/{rev}/f/gating.yaml'
|
||||
KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
|
||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue