From 1df881c55e587c587235ec41a66c6537c21cc8a0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 30 Jun 2017 09:58:51 +0200 Subject: master_mirror_command, master_mirror_directory -> master_mirror_rsync_command, master_mirror_rsync_directory --- conf/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 7554e33..100ee33 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -32,8 +32,8 @@ repo_key='0xdeadbeef' package_key='0x15eebadc0de' # to access the master mirror via rsync -master_mirror_command='rsync --password-file=/home/slave/rsync.password' -master_mirror_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' +master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password' +master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sshfs (needs to be set up in /etc/fstab) master_mirror_sshfs='/mnt/archlinux32' -- cgit v1.2.3