From 5733176e77d91b6302acac5c718b1f678d2797d9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 20 Jun 2019 10:40:06 +0200 Subject: straws mirrored_source and mirrored_source_by_hash should be only active in the first build trial (ae247cfa1d9ae8cea8f7fb5b599d4a56241ab77e changed the logic of those) --- lib/load-configuration | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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:' ) -- cgit v1.2.3-54-g00ecf