mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
git-svn can now use RM/branch too
This commit is contained in:
parent
55335dc030
commit
1ad1e85373
@ -124,7 +124,10 @@ def check_repomanifest(app, sdk_path, branch=None):
|
||||
vcs.gotorevision('origin/master')
|
||||
pass
|
||||
elif vcs.repotype() == 'git-svn':
|
||||
vcs.gotorevision(None)
|
||||
if branch:
|
||||
vcs.gotorevision(branch)
|
||||
else:
|
||||
vcs.gotorevision(None)
|
||||
elif vcs.repotype() == 'svn':
|
||||
vcs.gotorevision(None)
|
||||
elif vcs.repotype() == 'hg':
|
||||
|
Loading…
Reference in New Issue
Block a user