mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Report the vercode as well as the version name when building
This commit is contained in:
parent
4d63ed0568
commit
fdb53b75f4
1 changed files with 2 additions and 1 deletions
|
|
@ -892,7 +892,8 @@ def trybuild(app, thisbuild, build_dir, output_dir, also_check_dir, srclib_dir,
|
||||||
if thisbuild['disable']:
|
if thisbuild['disable']:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
logging.info("Building version " + thisbuild['version'] + ' of ' + app['id'])
|
logging.info("Building version %s (%s) of %s" % (
|
||||||
|
thisbuild['version'], thisbuild['vercode'], app['id']))
|
||||||
|
|
||||||
if server:
|
if server:
|
||||||
# When using server mode, still keep a local cache of the repo, by
|
# When using server mode, still keep a local cache of the repo, by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue