mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Update svn repo before checking RepoManifest
This commit is contained in:
parent
fb8bd8e892
commit
3b51aff818
@ -116,7 +116,7 @@ def check_repomanifest(app, sdk_path, branch=None):
|
||||
elif app['Repo Type'] == 'git-svn':
|
||||
vcs.gotorevision('trunk')
|
||||
elif app['Repo Type'] == 'svn':
|
||||
pass
|
||||
vcs.gotorevision(None)
|
||||
elif app['Repo Type'] == 'hg':
|
||||
if branch:
|
||||
vcs.gotorevision(branch)
|
||||
|
Loading…
Reference in New Issue
Block a user