mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Don't reset gitsvn_cmd mid-process
This commit is contained in:
parent
8fc426203d
commit
4454627ee9
1 changed files with 0 additions and 1 deletions
|
|
@ -205,7 +205,6 @@ class vcs_gitsvn(vcs):
|
||||||
trunk = i[6:]
|
trunk = i[6:]
|
||||||
elif i.startswith('tags='):
|
elif i.startswith('tags='):
|
||||||
tags = i[5:]
|
tags = i[5:]
|
||||||
gitsvn_cmd = []
|
|
||||||
if trunk:
|
if trunk:
|
||||||
gitsvn_cmd += ['-T', trunk]
|
gitsvn_cmd += ['-T', trunk]
|
||||||
if tags:
|
if tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue