Maemo: Always deploy via SFTP upload.

The UTFS stuff does not seem to be reliable enough at the moment.
Deploying is too important to take that risk.

Reviewed-by: kh1
Reviewed-by: Leena Miettinen
This commit is contained in:
Christian Kandeler
2010-10-11 18:12:46 +02:00
parent 8bd686695c
commit e65a180706
5 changed files with 13 additions and 12 deletions

View File

@@ -408,9 +408,11 @@ void MaemoDeployStep::handleUnmounted()
switch (m_unmountState) {
case OldDirsUnmount:
#if 0 // TODO: Disabled for 2.1. Re-enable later or throw away for good.
if (toolChain()->allowsRemoteMounts())
setupMount();
else
#endif
prepareSftpConnection();
break;
case CurrentDirsUnmount: