From 5559247df3d16eb48051aad99b9e7be85362a2cf Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 22 Aug 2017 09:59:26 +0200 Subject: bin/build-packages: try to download sources by hash --- conf/default.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index bb39d8e..6e98d85 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -38,6 +38,9 @@ master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packag # to access the master mirror via sftp master_mirror_sftp_commend='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' @@ -46,6 +49,7 @@ straws_that_might_repair_failing_builds=$( printf '%s\n' \ ':' \ ':clean_chroot:' \ + ':mirrored_source_by_hash:' \ ':mirrored_source:' \ ':with_build_support:' \ ':with_build_support:clean_chroot:' -- cgit v1.2.3-54-g00ecf