From 54f605d89662843f9aa88ec147c441a1320603c7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 26 Dec 2020 15:47:57 +0100 Subject: trying to force permission in transfers to master mirror --- lib/load-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/load-configuration b/lib/load-configuration index b12b0cd..540ddda 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -92,7 +92,7 @@ repo_key='0xdeadbeef' package_key='0x15eebadc0de' # to access the master mirror via rsync -master_mirror_rsync_command='rsync --password-file=/home/master/rsync.password -l' +master_mirror_rsync_command='rsync --chmod=Fug+r,Dug+rx -p --password-file=/home/master/rsync.password -l' master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sftp -- cgit v1.2.3