diff options
author | Erich Eckner <git@eckner.net> | 2018-10-09 08:50:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-09 08:50:47 +0200 |
commit | 18c1a44f3498387918345e718e28c3ddd091fa7f (patch) | |
tree | 2c373b84da47d178900b05de4490af08b676141d | |
parent | 0529da222fb6e2b5081f88b8ef4602c6e8b19f4e (diff) | |
download | builder-18c1a44f3498387918345e718e28c3ddd091fa7f.tar.xz |
lib/load-configuration,conf/slave.conf.example: access sources-by-hash mirror via https instead of http
-rwxr-xr-x | conf/slave.conf.example | 2 | ||||
-rwxr-xr-x | 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=$( |