1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

build: log vcs tools version on every build attempt

This commit is contained in:
Marcus Hoffmann 2017-12-02 22:41:08 +01:00
parent 5607ccdc41
commit bb591e236d

View File

@ -1153,9 +1153,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,