index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-09-13 10:55:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-13 10:55:33 +0200 |
commit | 5e30d7046ec0b7ca39bb368331d49001bc6003cb (patch) | |
tree | b6dbcfb0f6975f9e0f6d6abe18d91546292b01ee /conf | |
parent | fb464ea6c025eeffa23efd7cead8721ec406ef65 (diff) |
-rwxr-xr-x | conf/default.conf | 6 |
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' |