Specify the apps URLs for stg, use the defaults for prod

This commit is contained in:
Pierre-Yves Chibon 2016-07-06 10:28:23 +02:00
parent f1b50a6c54
commit 436466af4f

View file

@ -188,4 +188,15 @@ REPO_MAP = [
] ]
BASE_REPO_URL = 'http://dl.phx2.fedoraproject.org/pub/%s/' 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 %} {% endif %}