index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-08-22 09:59:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-22 09:59:26 +0200 |
commit | 5559247df3d16eb48051aad99b9e7be85362a2cf (patch) | |
tree | d0c1794e3a91d4cc63abdec8760f08b31e156871 /conf | |
parent | 8acd9d9e955452213ee12075630f1699e699235e (diff) |
-rwxr-xr-x | conf/default.conf | 4 |
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:' |