index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/return-assignment | 2 | ||||
-rwxr-xr-x | lib/load-configuration | 2 |
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 |