chiark / gitweb /
import: remove support for gitorious
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 18 Aug 2015 23:28:58 +0000 (16:28 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 18 Aug 2015 23:28:58 +0000 (16:28 -0700)
Same as google code.

fdroidserver/import.py

index c1c01d358d7bbadb3c8bdb546261a07c8641e1c5..27a93ca6837615fa1cd85a3e3829ca561510e7ad 100644 (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]