Skip to content

build: rsync instead of sftp dirs to the buildserver

Marcus requested to merge (removed):rsync into master

Sending many small files with paramiko's sftp implementation is quite slow. There seems to be no way around this, other projects (ansible) recommend to use rsync in this case.

Our sourcecode directories sometimes have a LOT of files, it can take up to an hour to copy all requires things inside the buildserver.

Instead we just use rsync with the ssh options we get from vagrant.

Closes #227 (closed).

Merge request reports