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:
e3682bd
)
Add issue page to github repos on import
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 22 Sep 2013 21:26:39 +0000
(23:26 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 22 Sep 2013 21:26:39 +0000
(23:26 +0200)
fdroidserver/import.py
patch
|
blob
|
history
diff --git
a/fdroidserver/import.py
b/fdroidserver/import.py
index 49187f90b4f6a6fb27916ffa28d6176bd06300c1..a123193e0a0fc7aca70a2b3fdacc0e906d884a0c 100644
(file)
--- a/
fdroidserver/import.py
+++ b/
fdroidserver/import.py
@@
-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'