Include the namespace in the CGIT URL

This commit is contained in:
Pierre-Yves Chibon 2016-07-11 10:17:12 +02:00
parent a555ff1a59
commit 38ab9b280c

View file

@ -194,7 +194,7 @@ BASE_REPO_URL = 'http://dl.phx2.fedoraproject.org/pub/%s/'
# 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/'
CGIT_URL = 'http://pkgs.stg.fedoraproject.org/cgit/%s/%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'