mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Don't reset gitsvn_cmd mid-process
This commit is contained in:
parent
8fc426203d
commit
4454627ee9
@ -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…
Reference in New Issue
Block a user