From 763768989b6efb65eaf5cdb809ec064d2431163d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Tue, 19 Jun 2018 12:39:37 +0200 Subject: [PATCH] add additional infos about publish_build_logs to example/config.py --- examples/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/config.py b/examples/config.py index d379d297..5942aaef 100644 --- a/examples/config.py +++ b/examples/config.py @@ -165,6 +165,8 @@ The repository of older versions of applications from the main demo repository. # Uncomment this option if you want to publish build logs to your repository # server(s). Logs get published to all servers configured in 'serverwebroot'. +# This feature only supports publishing logs from build-jobs running +# inside a buildserver VM. # # publish_build_logs = True