1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Add issue page to github repos on import

This commit is contained in:
Daniel Martí 2013-09-22 23:26:39 +02:00
parent e3682bd5a8
commit 43209c1e76

View File

@ -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'