From e4677e04f39bfca06ca7b1fb92f89b7684f20e87 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 19 Jun 2017 13:47:32 +0200 Subject: switch from sshfs to rsync - to avoid needing to remount --- conf/default.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 0e9dc6e..e4e3fc4 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -30,7 +30,9 @@ max_parallel_build_per_client=2 repo_key='0xdeadbeef' package_key='0x15eebadc0de' -master_mirror_directory='/path/to/master/mirror' + +master_mirror_command='rsync --password-file=/home/slave/rsync.password' +master_mirror_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # possibly pull in custom modifications -- cgit v1.2.3