summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-xconf/default.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/default.conf b/conf/default.conf
index 81f68e8..808f76c 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -52,9 +52,6 @@ master_mirror_sftp_command='sftp -b- user@mirror'
# mirror of sources, identified (solely) by hash
source_by_hash_mirror='http://sources.archlinux32.org/'
-# directory to keep the build log files in
-build_log_directory='/srv/http/build-logs'
-
# what should be tried in what order to somehow repair a broken build
straws_that_might_repair_failing_builds=$(
printf '%s\n' \
@@ -69,6 +66,9 @@ straws_that_might_repair_failing_builds=$(
# root directory of the webserver
webserver_directory='/srv/http'
+# directory to keep the build log files in
+build_log_directory='/srv/http/build-logs'
+
# known package repositories
standalone_package_repositories=$(
printf '%s\n' 'build-support' 'gnome-unstable' 'kde-unstable'