index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-21 10:06:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-21 10:06:34 +0200 |
commit | 97ea124b6588b9b91368cacbd879a339722076c8 (patch) | |
tree | 50396af188effedf5e57177476c4b584259041c3 /conf | |
parent | 6848e4469cda0046022cfff2a9484cedf9bc0d12 (diff) |
-rwxr-xr-x | conf/default.conf | 3 |
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" |