From 97ea124b6588b9b91368cacbd879a339722076c8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 21 Jun 2017 10:06:15 +0200 Subject: bin/return-assignment: receive and save build log for failed builds, be more pedantic about tared files for succeeded builds --- conf/default.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index a43d1f0..f27823c 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -38,6 +38,9 @@ master_mirror_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sshfs (needs to be set up in /etc/fstab) master_mirror_sshfs='/mnt/archlinux32' +# directory to keep the build log files in +build_log_directory='/srv/http/build-logs' + # possibly pull in custom modifications [ -r "${base_dir}/conf/local.conf" ] && . "${base_dir}/conf/local.conf" -- cgit v1.2.3