Include the namespace in the CGIT URL
This commit is contained in:
parent
a555ff1a59
commit
38ab9b280c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ BASE_REPO_URL = 'http://dl.phx2.fedoraproject.org/pub/%s/'
|
||||||
# will be replaced by the package's name
|
# will be replaced by the package's name
|
||||||
PKGS_BUG_URL = 'https://apps.stg.fedoraproject.org/packages/%s/bugs'
|
PKGS_BUG_URL = 'https://apps.stg.fedoraproject.org/packages/%s/bugs'
|
||||||
PKGS_PKG_URL = 'https://apps.stg.fedoraproject.org/packages/%s'
|
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'
|
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/updates/?packages=%s'
|
||||||
KOJI_URL = 'http://koji.stg.fedoraproject.org/koji/search?'\
|
KOJI_URL = 'http://koji.stg.fedoraproject.org/koji/search?'\
|
||||||
'type=package&match=glob&terms=%s'
|
'type=package&match=glob&terms=%s'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue