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:
8fc4262
)
Don't reset gitsvn_cmd mid-process
author
Daniel Martí
<mvdan@mvdan.cc>
Fri, 5 Apr 2013 20:04:24 +0000
(22:04 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Fri, 5 Apr 2013 20:04:24 +0000
(22:04 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index d734dd942cf0959f88910141016f690562eb63f6..b00c0009ea3c91f3fcf6dcfaa1a39115be7eb731 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-205,7
+205,6
@@
class vcs_gitsvn(vcs):
trunk = i[6:]
elif i.startswith('tags='):
tags = i[5:]
- gitsvn_cmd = []
if trunk:
gitsvn_cmd += ['-T', trunk]
if tags: