mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
added helper function for uploading build logs with rsync
This commit is contained in:
parent
af980fbe7e
commit
4c53c71fcf
3 changed files with 111 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue