From 1038c3ce4412e0a8fd8c160afdbcdcbfd3e95f87 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 18 Jul 2017 11:41:34 +0200 Subject: bin/build-packages: refer to $straws_that_might_repair_failing_builds about how to try to repair failing builds --- conf/default.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 314cb76..c738fc8 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -41,6 +41,16 @@ master_mirror_sftp_commend='sftp -b- user@mirror' # 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' \ + ':' \ + ':clean_chroot:' \ + ':mirrored_source:' \ + ':with_build_support:' \ + ':with_build_support:clean_chroot:' +)" + # possibly pull in custom modifications [ -r "${base_dir}/conf/local.conf" ] && . "${base_dir}/conf/local.conf" -- cgit v1.2.3