summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-12 11:13:08 +0200
committerErich Eckner <git@eckner.net>2018-06-12 11:13:08 +0200
commit2948114ebfb687646941e4609a61294b0982e9fe (patch)
tree7df8de473ef0b14f9b72884aab7f463c2f4fc66c
parent38de70203b5fcc5016fe122f4a5da1b9beecdd52 (diff)
downloadbuilder-2948114ebfb687646941e4609a61294b0982e9fe.tar.xz
"--copy-dest" should only be an option in bin/return-assignment copying packages, also "-c" should be used, there
-rwxr-xr-xbin/return-assignment2
-rwxr-xr-xlib/load-configuration2
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