1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Don't reset gitsvn_cmd mid-process

This commit is contained in:
Daniel Martí 2013-04-05 22:04:24 +02:00
parent 8fc426203d
commit 4454627ee9

View File

@ -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: