added helper function for uploading build logs with rsync

This commit is contained in:
Michael Pöhn 2018-06-10 23:23:43 +02:00
parent af980fbe7e
commit 4c53c71fcf
3 changed files with 111 additions and 0 deletions

View file

@ -163,6 +163,11 @@ The repository of older versions of applications from the main demo repository.
# 'bar.info:/var/www/fdroid',
# }
# Uncomment this option if you want to publish build logs to your repository
# server(s). Logs get published to all servers configured in 'serverwebroot'.
#
# publish_build_logs = True
# The full URL to a git remote repository. You can include
# multiple servers to mirror to by wrapping the whole thing in {} or [], and
# including the servergitmirrors strings in a comma-separated list.