From 18c1a44f3498387918345e718e28c3ddd091fa7f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 9 Oct 2018 08:50:47 +0200 Subject: lib/load-configuration,conf/slave.conf.example: access sources-by-hash mirror via https instead of http --- conf/slave.conf.example | 2 +- lib/load-configuration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/slave.conf.example b/conf/slave.conf.example index 4c1b0e0..de730e0 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -19,7 +19,7 @@ #repo_paths__archlinux32="${work_dir}/repos/packages32" # mirror of sources, identified (solely) by hash -#source_by_hash_mirror='http://sources.archlinux32.org/' +#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=$( diff --git a/lib/load-configuration b/lib/load-configuration index af3527d..ef1a07c 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -68,7 +68,7 @@ master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packag master_mirror_sftp_command='sftp -b- user@mirror' # mirror of sources, identified (solely) by hash -source_by_hash_mirror='http://sources.archlinux32.org/' +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=$( -- cgit v1.2.3