summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-13 10:55:33 +0200
committerErich Eckner <git@eckner.net>2017-09-13 10:55:33 +0200
commit5e30d7046ec0b7ca39bb368331d49001bc6003cb (patch)
treeb6dbcfb0f6975f9e0f6d6abe18d91546292b01ee
parentfb464ea6c025eeffa23efd7cead8721ec406ef65 (diff)
downloadbuilder-5e30d7046ec0b7ca39bb368331d49001bc6003cb.tar.xz
conf/default.conf: reorder
-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'