From 6ae6c0fd879555fcc71c5f378ab004a2b77c95ce Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Jun 2018 11:07:01 +0200 Subject: bin/build-packages: try to copy packages to .transfer on the master mirror (to relieve some upload bandwidth from the build master) --- lib/load-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/load-configuration') diff --git a/lib/load-configuration b/lib/load-configuration index 07ef270..92316d9 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -44,7 +44,7 @@ repo_key='0xdeadbeef' package_key='0x15eebadc0de' # to access the master mirror via rsync -master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password' +master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password --copy-dest=/.transfer' master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sftp -- cgit v1.2.3