summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconf/slave.conf.example4
-rwxr-xr-xlib/load-configuration4
2 files changed, 2 insertions, 6 deletions
diff --git a/conf/slave.conf.example b/conf/slave.conf.example
index 52a7a3f..2e02867 100755
--- a/conf/slave.conf.example
+++ b/conf/slave.conf.example
@@ -24,10 +24,8 @@
# what should be tried in what order to somehow repair a broken build
#straws_that_might_repair_failing_builds=$(
# printf '%s\n' \
-# ':' \
+# ':mirrored_source:mirrored_source_by_hash:' \
# ':clean_chroot:' \
-# ':mirrored_source_by_hash:' \
-# ':mirrored_source:' \
# ':with_build_support:' \
# ':with_build_support:clean_chroot:'
#)
diff --git a/lib/load-configuration b/lib/load-configuration
index 4b72de3..7fd627d 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -81,10 +81,8 @@ source_by_hash_mirror='https://sources.archlinux32.org/'
# what should be tried in what order to somehow repair a broken build
straws_that_might_repair_failing_builds=$(
printf '%s\n' \
- ':' \
+ ':mirrored_source:mirrored_source_by_hash:' \
':clean_chroot:' \
- ':mirrored_source_by_hash:' \
- ':mirrored_source:' \
':with_build_support:' \
':with_build_support:clean_chroot:'
)