chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a7a56
)
import: remove support for gitorious
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Aug 2015 23:28:58 +0000
(16:28 -0700)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Aug 2015 23:28:58 +0000
(16:28 -0700)
Same as google code.
fdroidserver/import.py
patch
|
blob
|
history
diff --git
a/fdroidserver/import.py
b/fdroidserver/import.py
index c1c01d358d7bbadb3c8bdb546261a07c8641e1c5..27a93ca6837615fa1cd85a3e3829ca561510e7ad 100644
(file)
--- a/
fdroidserver/import.py
+++ b/
fdroidserver/import.py
@@
-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]