mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 02:47:25 -04:00
Don't reset gitsvn_cmd mid-process
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user