mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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:]
|
||||
elif i.startswith('tags='):
|
||||
tags = i[5:]
|
||||
gitsvn_cmd = []
|
||||
if trunk:
|
||||
gitsvn_cmd += ['-T', trunk]
|
||||
if tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue