mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Add issue page to github repos on import
This commit is contained in:
parent
e3682bd5a8
commit
43209c1e76
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ def main():
|
|||
repo = url + '.git'
|
||||
repotype = 'git'
|
||||
sourcecode = url
|
||||
issuetracker = url + '/issues'
|
||||
elif url.startswith('https://gitorious.org/'):
|
||||
projecttype = 'gitorious'
|
||||
repo = 'https://git.gitorious.org/' + url[22:] + '.git'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue