mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Update svn repo before checking RepoManifest
This commit is contained in:
parent
fb8bd8e892
commit
3b51aff818
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def check_repomanifest(app, sdk_path, branch=None):
|
||||||
elif app['Repo Type'] == 'git-svn':
|
elif app['Repo Type'] == 'git-svn':
|
||||||
vcs.gotorevision('trunk')
|
vcs.gotorevision('trunk')
|
||||||
elif app['Repo Type'] == 'svn':
|
elif app['Repo Type'] == 'svn':
|
||||||
pass
|
vcs.gotorevision(None)
|
||||||
elif app['Repo Type'] == 'hg':
|
elif app['Repo Type'] == 'hg':
|
||||||
if branch:
|
if branch:
|
||||||
vcs.gotorevision(branch)
|
vcs.gotorevision(branch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue