mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
build: log vcs tools version on every build attempt
This commit is contained in:
parent
5607ccdc41
commit
bb591e236d
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,9 +1153,9 @@ def main():
|
||||||
# there are any.
|
# there are any.
|
||||||
if first:
|
if first:
|
||||||
vcs, build_dir = common.setup_vcs(app)
|
vcs, build_dir = common.setup_vcs(app)
|
||||||
logging.info("Using %s" % vcs.clientversion())
|
|
||||||
first = False
|
first = False
|
||||||
|
|
||||||
|
logging.info("Using %s" % vcs.clientversion())
|
||||||
logging.debug("Checking " + build.versionName)
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue