Specify the apps URLs for stg, use the defaults for prod
This commit is contained in:
parent
f1b50a6c54
commit
436466af4f
1 changed files with 11 additions and 0 deletions
|
@ -188,4 +188,15 @@ REPO_MAP = [
|
|||
]
|
||||
|
||||
BASE_REPO_URL = 'http://dl.phx2.fedoraproject.org/pub/%s/'
|
||||
{% else %}
|
||||
# URLs used in the package's info page
|
||||
# Watch for the `%s` in the URL it is mandatory and in each of these, it
|
||||
# will be replaced by the package's name
|
||||
PKGS_BUG_URL = 'https://apps.stg.fedoraproject.org/packages/%s/bugs'
|
||||
PKGS_PKG_URL = 'https://apps.stg.fedoraproject.org/packages/%s'
|
||||
CGIT_URL = 'http://pkgs.stg.fedoraproject.org/cgit/%s.git/'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/updates/?packages=%s'
|
||||
KOJI_URL = 'http://koji.stg.fedoraproject.org/koji/search?'\
|
||||
'type=package&match=glob&terms=%s'
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue