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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/return-assignment') 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/" -- cgit v1.2.3-54-g00ecf