mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 08:50:28 +03:00
[checkupdates] update submodules according to tag
In case the version information is inside a submodule we need to checkout the submodule at the version of the tag we test. Found with org.courville.nova. Closes: #622
This commit is contained in:
parent
f368bd4106
commit
0c390c943d
2 changed files with 49 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ def check_tags(app, pattern):
|
|||
for tag in tags:
|
||||
logging.debug("Check tag: '{0}'".format(tag))
|
||||
vcs.gotorevision(tag)
|
||||
try_init_submodules(app, last_build, vcs)
|
||||
|
||||
if app.UpdateCheckData:
|
||||
filecode, codeex, filever, verex = app.UpdateCheckData.split('|')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue