mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
b54eb946f1
commit
2cbb5576c7
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue