diff options
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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' |