summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/default.conf b/conf/default.conf
index 100ee33..314cb76 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -35,8 +35,8 @@ package_key='0x15eebadc0de'
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'
+# to access the master mirror via sftp
+master_mirror_sftp_commend='sftp -b- user@mirror'
# directory to keep the build log files in
build_log_directory='/srv/http/build-logs'