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:
parent
b54eb946f1
commit
2cbb5576c7
@ -1111,8 +1111,7 @@ def main():
|
||||
vcs, build_dir = common.setup_vcs(app)
|
||||
first = False
|
||||
|
||||
logging.info("Using %s" % vcs.clientversion())
|
||||
logging.debug("Checking " + build.versionName)
|
||||
logging.debug("Checking %s:%s" % (appid, build.versionCode))
|
||||
if trybuild(app, build, build_dir, output_dir, log_dir,
|
||||
also_check_dir, srclib_dir, extlib_dir,
|
||||
tmp_dir, repo_dir, vcs, options.test,
|
||||
|
Loading…
Reference in New Issue
Block a user