Coin production has been patches with couple of cherrypicks. See change log 
attached for details.

Kind regards/Ystävällisin terveisin,
Aapo Keskimölö
commit 868ec9bc76062be50e87f5e0820395d8e4dc50d3
Author: Maurice Kalinowski <[email protected]>
Date:   Wed Jun 27 14:02:18 2018 +0200

    Add qt/qtopcua module
    
    This additional module is required to pass *_PREFIX to qmake command for
    each supported backend and let the configure system of the module do path
    handling.
    Furthermore the UACPP backend has requirements on the runtime only valid
    for testing Qt OpcUA.
    
    Change-Id: I2ea397db8b2766897f934514ee682a2a07999d1e
    Reviewed-by: Simon Hausmann <[email protected]>

commit 1030ae9a910fe73579a861efaefc4902d5c91e25
Author: Joni Jäntti <[email protected]>
Date:   Fri Aug 31 12:21:00 2018 +0300

    Fix getProvisioningPaths when there are no common files
    
    If we remove the files from provisioning/common this function still
    tries to return the path even though it doesn't exist in git's scope
    any more.
    
    Task-number: QTQAINFRA-2201
    Change-Id: I40a9eb09e6f39add0616847b0ca91dca87a410cb
    Reviewed-by: Aapo Keskimolo <[email protected]>

commit 401d64add382e5c852c32528a383083c7940f710
Author: Simo Fält <[email protected]>
Date:   Thu Sep 6 09:28:17 2018 +0300

    Fix Android nightly build's vm-template name
    
    We currently fail to run anything on Android, since not even
    configure succeeds with current template.
    
    Change-Id: Ia0692d2b5ccb43110e983b99bff3d62e0ad36aac
    Reviewed-by: Aapo Keskimolo <[email protected]>

commit e9f4414e54e7bd844527d8a357855f9e4621f231
Author: Aapo Keskimolo <[email protected]>
Date:   Tue Aug 21 00:22:49 2018 +0300

    Add buildkey in watchdog alerts
    
    Displaying the buildkey in raised watchdog exceptions help in
    troubleshooting the heartbeat misses.
    
    Change-Id: I36be603965f236321b43931c4f1d763ad1a340c6

commit fad18b1c11b5c1463e1a85a81896d12ade7bcbdb
Author: Simon Hausmann <[email protected]>
Date:   Fri May 18 10:11:21 2018 +0200

    Re-enable running general tests for Qt modules
    
    Commit 743af06142fcf91a20e3ed6c57fdb7dd32ce67e2 disabled running
    non-testlib based tests because they were not passing. For Qt this is
    only used to run the cmake build system integration tests.
    
    This change re-enables running the tests. Since it is not known whether
    they will pass or fail, their result is recoded in the log but ignored.
    
    Once the cmake tests are fixed (QTBUG-68343) we must respect the exit
    code.
    
    Task-number: QTQAINFRA-2001
    Change-Id: I6fb52c39e738c5d612b4a606081833d81c445306

commit d28e52c65ff9e01c2a2beacf7d77600345d7ecac
Author: Aapo Keskimolo <[email protected]>
Date:   Thu Aug 9 23:56:14 2018 +0300

    Do not add link duplicator if the service starts with an error
    
    When service started with error, its tmux error was ignored and if it
    had link duplicator directory, it was appended to the target list.
    
    This means that if the integration links will still be copied to the
    service-inbox, but since the service is dead, there is no callback
    executed that would remove the links, therefore the links will
    accumulate infinitely and cause errors in the system.
    
    To fix this, we check that the tmux window is running before adding
    the duplicator directory to the target list.
    
    Task-number: QTQAINFRA-2140
    Change-Id: If6a11d773703160e889a4bb78dd75e3629051549
    Reviewed-by: Tony Sarajärvi <[email protected]>
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to