1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-26 21:16:05 +02:00

Add new rebuilderd 0.8 configuration options

Allow the log size to be limited to 10 MiB so we don't hit max body size
limits when posting results.
This commit is contained in:
Jelle van der Waa 2020-12-06 23:20:23 +01:00
parent c840853184
commit 54492912d5
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -1,6 +1,15 @@
endpoint = "https://reproducible.archlinux.org"
signup_secret = "{{ vault_rebuilderd_signup_secret }}"
[build]
timeout = 86400 # 24 hours
## Set a maximum build log limit in bytes (default: none).
## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
max_bytes = 10485760 # 10 MiB
## By default build output is forwarded to stdout/stderr.
## This can be disabled by settings this to true.
silent = true
[diffoscope]
enabled = true
max_bytes = 10485760 # 10 MiB