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

import: remove support for gitorious

Same as google code.
This commit is contained in:
Daniel Martí 2015-08-18 16:28:58 -07:00
parent e8a7a56d2e
commit 57ba6f0307

View File

@ -127,11 +127,6 @@ def main():
repotype = 'git'
sourcecode = url + '/tree/HEAD'
issuetracker = url + '/issues'
elif url.startswith('https://gitorious.org/'):
projecttype = 'gitorious'
repo = 'https://git.gitorious.org/' + url[22:] + '.git'
repotype = 'git'
sourcecode = url
elif url.startswith('https://bitbucket.org/'):
if url.endswith('/'):
url = url[:-1]