index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-12-26 21:39:38 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-12-26 21:39:38 +0100 |
commit | ab25da2a469046576d0aa5586db460f9986e361f (patch) | |
tree | 65d4977279f44c9d7b3a87f4305b070c8a8285c0 /lib | |
parent | 54f605d89662843f9aa88ec147c441a1320603c7 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
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 |