summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-30 11:02:17 +0200
committerErich Eckner <git@eckner.net>2017-06-30 11:02:17 +0200
commite393c7341d40671476cbc3c75de02f60d77779eb (patch)
tree2399ba6bfe6a1e9fc4e36a391b011e4a902b7f57 /conf/default.conf
parent1df881c55e587c587235ec41a66c6537c21cc8a0 (diff)
downloadbuilder-e393c7341d40671476cbc3c75de02f60d77779eb.tar.xz
bin/db-update: switch from sshfs to sftp
Diffstat (limited to 'conf/default.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'