From d14686b0bdc0b2418300c5d34d5f13c19988f020 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 16:12:55 +0200 Subject: build-packages: do not try to download sources from archlinux - we don't have a repo anymore --- lib/load-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/load-configuration b/lib/load-configuration index a339acf..22b6608 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -99,7 +99,7 @@ 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:' \ + ':mirrored_source_by_hash:' \ ':clean_chroot:haskell_without_check:' \ ':with_build_support:' \ ':with_build_support:clean_chroot:' -- cgit v1.2.3-54-g00ecf