1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Update svn repo before checking RepoManifest

This commit is contained in:
Daniel Martí 2013-05-21 20:21:46 +02:00
parent fb8bd8e892
commit 3b51aff818

View File

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