From 5e30d7046ec0b7ca39bb368331d49001bc6003cb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 13 Sep 2017 10:55:33 +0200 Subject: conf/default.conf: reorder --- conf/default.conf | 6 +++--- 1 file 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' -- cgit v1.2.3