diff options
author | Erich Eckner <git@eckner.net> | 2017-06-30 11:02:17 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-30 11:02:17 +0200 |
commit | e393c7341d40671476cbc3c75de02f60d77779eb (patch) | |
tree | 2399ba6bfe6a1e9fc4e36a391b011e4a902b7f57 /conf | |
parent | 1df881c55e587c587235ec41a66c6537c21cc8a0 (diff) | |
download | builder-e393c7341d40671476cbc3c75de02f60d77779eb.tar.xz |
bin/db-update: switch from sshfs to sftp
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 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' |