summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-21 10:06:15 +0200
committerErich Eckner <git@eckner.net>2017-06-21 10:06:34 +0200
commit97ea124b6588b9b91368cacbd879a339722076c8 (patch)
tree50396af188effedf5e57177476c4b584259041c3 /conf
parent6848e4469cda0046022cfff2a9484cedf9bc0d12 (diff)
downloadbuilder-97ea124b6588b9b91368cacbd879a339722076c8.tar.xz
bin/return-assignment: receive and save build log for failed builds, be more pedantic about tared files for succeeded builds
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf3
1 files changed, 3 insertions, 0 deletions
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"