forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.9'
Conflicts: doc/src/howto/creator-sidebar-views.qdoc doc/src/howto/creator-ui.qdoc qbs/modules/qtc/qtc.qbs qtcreator.pri src/plugins/autotest/testresultmodel.cpp src/plugins/autotest/testresultmodel.h Change-Id: I24cc585ca7782cb1d9cb0b8b73b46892b41937fd
This commit is contained in:
@@ -232,7 +232,7 @@ RsyncCommandLine RsyncDeployStep::rsyncCommand(const SshConnection &sshConnectio
|
||||
QStringList{SshSettings::sshFilePath().toUserOutput()}
|
||||
<< sshConnection.connectionOptions());
|
||||
const SshConnectionParameters sshParams = sshConnection.connectionParameters();
|
||||
return RsyncCommandLine(QStringList{"-e", sshCmdLine, "-avz"},
|
||||
return RsyncCommandLine(QStringList{"-e", sshCmdLine, "-av"},
|
||||
sshParams.userName() + '@' + sshParams.host());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user