mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 01:30:30 +03:00
Merge branch 'vcs-info' into 'master'
build: raise VCS client version logging level See merge request fdroid/fdroidserver!366
This commit is contained in:
commit
975fcea6b3
2 changed files with 1 additions and 1 deletions
|
|
@ -1156,6 +1156,7 @@ 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.debug("Checking " + build.versionName)
|
logging.debug("Checking " + build.versionName)
|
||||||
|
|
|
||||||
|
|
@ -623,7 +623,6 @@ def setup_vcs(app):
|
||||||
else:
|
else:
|
||||||
remote = app.Repo
|
remote = app.Repo
|
||||||
vcs = getvcs(app.RepoType, remote, build_dir)
|
vcs = getvcs(app.RepoType, remote, build_dir)
|
||||||
logging.debug("Using %s" % vcs.clientversion())
|
|
||||||
|
|
||||||
return vcs, build_dir
|
return vcs, build_dir
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue