Git commit 6e44f24ad33f8ea9a752cff330b5a105ecde6c9c by Scarlett Clark. Committed on 05/12/2014 at 03:42. Pushed by scarlettclark into branch 'sok-work'. Fix rsync command (local) M +2 -2 config/build/linux64-g++.cfg http://commits.kde.org/websites/build-kde-org/6e44f24ad33f8ea9a752cff330b5a= 105ecde6c9c diff --git a/config/build/linux64-g++.cfg b/config/build/linux64-g++.cfg index e7f0817..387a17a 100644 --- a/config/build/linux64-g++.cfg +++ b/config/build/linux64-g++.cfg @@ -5,8 +5,8 @@ compiler=3Dg++ = [General] remoteHostPrefix=3Djenkins@10.0.0.2:%(remotePrefix)s -rsyncCommand=3D%(rsyncExecutable)s --delete-during -rlptgoDavz -e "ssh" -createRemotePathCommand=3D%(sshExecutable)s -v -x -i -p 2222 /var/lib/jenk= ins-slave/\.ssh/id_rsa_jenkins jenkins@10.0.0.2 mkdir -p {remotePath} +rsyncCommand=3D%(rsyncExecutable)s --delete-during -rlptgoDavz -e "ssh -p = 2222 -i /var/lib/jenkins/\.ssh/id_rsa_jenkins" +createRemotePathCommand=3D%(sshExecutable)s -v -x -p 2222 -i /var/lib/jenk= ins/\.ssh/id_rsa_jenkins jenkins@10.0.0.2 mkdir -p {remotePath} = [DependencyInformation] remoteHostPrefix=3Djenkins@10.0.0.2:%(remotePrefix)s