index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-13 16:15:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-13 16:15:11 +0200 |
commit | d7d699efe7941f626617e952fb8ecf057f493ec8 (patch) | |
tree | 792d47a77c9a8c459702433bd42d3985382b2beb /lib | |
parent | 63e29becccafbfeca5fa6b08abe731f38505f5e4 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index ad44577..33a5742 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' +master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password -l' master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sftp |