mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
44 lines
1 KiB
Text
44 lines
1 KiB
Text
[build]
|
|
check_every = 30
|
|
max_threads = 1
|
|
max_jobs = 5
|
|
kill_timeout = 90
|
|
source_cmd = /home/vinaigrette/scripts/rebuildd/get-sources ${d} ${p} ${v}
|
|
build_cmd = /home/vinaigrette/scripts/pbuilder/build-binaries ${d} ${p} ${v} ${a}
|
|
post_build_cmd = /home/vinaigrette/scripts/rebuildd/upload-binaries ${d} ${p} ${v} ${a} ${j}
|
|
dists = jessie stretch
|
|
work_dir = /var/cache/rebuildd/build
|
|
database_uri = sqlite:///var/lib/rebuildd/rebuildd.db
|
|
build_more_recent = 1
|
|
more_archs = i386 armhf all any
|
|
no_system_arch = 0
|
|
|
|
[mail]
|
|
from = rebuildd@yunohost.org
|
|
mailto = rebuildd@yunohost.org
|
|
subject_prefix = [rebuildd]
|
|
smtp_host = localhost
|
|
smtp_port = 25
|
|
|
|
[telnet]
|
|
port = 9999
|
|
ip = 127.0.0.1
|
|
prompt = rebuildd@localhost->
|
|
motd = Connected on rebuildd on localhost
|
|
|
|
[http]
|
|
port = 9998
|
|
ip = 0.0.0.0
|
|
log_lines_nb = 30
|
|
templates_dir = /usr/share/rebuildd/templates
|
|
cache = 1
|
|
logfile = /var/log/rebuildd/httpd.log
|
|
|
|
[log]
|
|
file = /var/log/rebuildd/rebuildd.log
|
|
time_format = %Y-%m-%d %H:%M:%S
|
|
logs_dir = /var/log/rebuildd/build_logs
|
|
mail_failed = 1
|
|
mail_successful = 0
|
|
|
|
|