1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 22:40:12 +01:00

Drop VCS version check on every build

This was introduced in
https://gitlab.com/fdroid/fdroidserver/-/merge_requests/391

I don't think it is needed anymore.

Also log appid:versionCode
This commit is contained in:
Jochen Sprickerhof 2022-10-12 19:10:50 +02:00 committed by Hans-Christoph Steiner
parent b54eb946f1
commit 2cbb5576c7

View File

@ -1111,8 +1111,7 @@ def main():
vcs, build_dir = common.setup_vcs(app) vcs, build_dir = common.setup_vcs(app)
first = False first = False
logging.info("Using %s" % vcs.clientversion()) logging.debug("Checking %s:%s" % (appid, build.versionCode))
logging.debug("Checking " + build.versionName)
if trybuild(app, build, build_dir, output_dir, log_dir, if trybuild(app, build, build_dir, output_dir, log_dir,
also_check_dir, srclib_dir, extlib_dir, also_check_dir, srclib_dir, extlib_dir,
tmp_dir, repo_dir, vcs, options.test, tmp_dir, repo_dir, vcs, options.test,