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

Specifying multiple flags for rsync deployment doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 13.0.1
    • Remote Linux
    • None
    • All

      In the "Deploy files" step there is a text field "Flags for rsync:" that is set to "-av" by default.

      If you specify multiple flags separated by space, such as "-av --no-perms --no-owner --no-group", rsync command fails as it is passed as a single argument to rsync.

      The flags for rsync should be split by space with empty parts skipped and then appended to the arguments QStringList for rsync.

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

            kandeler Christian Kandeler
            net147 Jonathan Liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes