summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-22 09:59:26 +0200
committerErich Eckner <git@eckner.net>2017-08-22 09:59:26 +0200
commit5559247df3d16eb48051aad99b9e7be85362a2cf (patch)
treed0c1794e3a91d4cc63abdec8760f08b31e156871 /conf/default.conf
parent8acd9d9e955452213ee12075630f1699e699235e (diff)
downloadbuilder-5559247df3d16eb48051aad99b9e7be85362a2cf.tar.xz
bin/build-packages: try to download sources by hash
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-xconf/default.conf4
1 files changed, 4 insertions, 0 deletions
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:'