From 2948114ebfb687646941e4609a61294b0982e9fe Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Jun 2018 11:13:08 +0200 Subject: "--copy-dest" should only be an option in bin/return-assignment copying packages, also "-c" should be used, there --- bin/return-assignment | 2 +- lib/load-configuration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/return-assignment b/bin/return-assignment index 220d928..05d49de 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -559,7 +559,7 @@ cut -d' ' -f4,5 "${tmp_dir}/repository-ids" | \ done # upload the packages into /pool -${master_mirror_rsync_command} \ +${master_mirror_rsync_command} -c --copy-dest=/.transfer \ ./*".pkg.tar.xz" \ ./*".pkg.tar.xz.sig" \ "${master_mirror_rsync_directory}/pool/" diff --git a/lib/load-configuration b/lib/load-configuration index 92316d9..07ef270 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 --copy-dest=/.transfer' +master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password' master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sftp -- cgit v1.2.3