mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
Merge branch 'log_git' into 'master'
build: log vcs tools version on every build attempt See merge request fdroid/fdroidserver!391
This commit is contained in:
commit
24e1da1e91
@ -1167,9 +1167,9 @@ def main():
|
||||
# there are any.
|
||||
if first:
|
||||
vcs, build_dir = common.setup_vcs(app)
|
||||
logging.info("Using %s" % vcs.clientversion())
|
||||
first = False
|
||||
|
||||
logging.info("Using %s" % vcs.clientversion())
|
||||
logging.debug("Checking " + build.versionName)
|
||||
if trybuild(app, build, build_dir, output_dir, log_dir,
|
||||
also_check_dir, srclib_dir, extlib_dir,
|
||||
|
Loading…
Reference in New Issue
Block a user