From ab25da2a469046576d0aa5586db460f9986e361f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 26 Dec 2020 21:39:38 +0100 Subject: reverted rsync permissions, they lead to endless loops --- lib/load-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/load-configuration b/lib/load-configuration index 540ddda..b12b0cd 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 --chmod=Fug+r,Dug+rx -p --password-file=/home/master/rsync.password -l' +master_mirror_rsync_command='rsync --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