Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29988

Slow deployment over rsync

    XMLWordPrintable

Details

    • 065debd16 (13.0)

    Description

      Deployment of project that has lots of files is slow over rsync. This is because each file is rsync'ed individually:

      sent 151 bytes  received 53 bytes  136,00 bytes/sec
      total size is 1.977  speedup is 9,69
      sending incremental file list
      Qt6NetworkSettingsConfigVersion.cmake
      
      sent 155 bytes  received 65 bytes  440,00 bytes/sec
      total size is 2.905  speedup is 13,20
      sending incremental file list
      Qt6NetworkSettingsConfig.cmake
      
      sent 168 bytes  received 95 bytes  526,00 bytes/sec
      total size is 6.739  speedup is 25,62
      sending incremental file list
      qt6networksettings_debug_metatypes.json 

      Instead rsync should use the staging install directory and rsync everything is one go

      sending incremental file list
      usr/lib/cmake/
      usr/lib/cmake/Qt6BuildInternals/
      usr/lib/cmake/Qt6BuildInternals/StandaloneTests/
      usr/lib/cmake/Qt6BuildInternals/StandaloneTests/QtDeviceUtilitiesTestsConfig.cmake
      usr/lib/cmake/Qt6NetworkSettings/
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsAdditionalTargetInfo.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsConfig.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsConfigVersion.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsConfigVersionImpl.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsDependencies.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsTargets-debug.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsTargets.cmake
      usr/lib/cmake/Qt6NetworkSettings/Qt6NetworkSettingsVersionlessTargets.cmake
      usr/lib/cmake/Qt6Qml/
      usr/lib/cmake/Qt6Qml/QmlPlugins/
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlAdditionalTargetInfo.cmake
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlConfig.cmake
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlConfigVersion.cmake
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlConfigVersionImpl.cmake
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlTargets-debug.cmake
      usr/lib/cmake/Qt6Qml/QmlPlugins/Qt6networksettingsqmlTargets.cmake
      
      sent 44.838 bytes  received 356 bytes  30.129,33 bytes/sec
      total size is 26.162.589  speedup is 578,90  

       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes