1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/rebuilderd_worker/templates/rebuilderd-worker.conf.j2
2021-10-17 14:25:04 +02:00

19 lines
584 B
Django/Jinja

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
[backend."archlinux"]
path = "/usr/libexec/rebuilderd/rebuilder-archlinux.sh"