aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-RHEL-7.4-x86_64
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Provisioning: Move open62541 from RHEL 7.2 to RHEL 7.4Joni Jantti2017-12-271-0/+36
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.10 -> dev merge switched from RHEL 7.2 to 7.4 and the open62541 provisioning script was left behind to the RHEL 7.2 provisioning directory. Task-number: QTQAINFRA-1666 Change-Id: I5c325dae63cb14a9935ddce5f3f751bd62df0ba2 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-091-54/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coin/platform_configs/qt5.txt coin/provisioning/common/install-commandlinetools.sh coin/provisioning/qtci-linux-RHEL-7.4-x86_64/004-install-packages.sh Change-Id: I3b20cda2b35412fd708295e4f9e32cd2d7d638fb
| * | RHEL7.4: install packages in one yum instanceJoni Jäntti2017-12-091-52/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are opening and closing a yum instance for every package we install during provisioning. This is a bit inefficient so it's better to install them in one go. Task-number: QTQAINFRA-1586 Change-Id: Idbf814f9023da0fe8213b2ed84cd1a27a149fc27 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * | Provisioning: Install bluez-libs-develHeikki Halmet2017-11-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | bluez-libs-devel is needed to enable Qt Bluetooth Task-number: QTBUG-64782 Change-Id: Ie668a44463307c7089bb96a087acab04c27dd3a0 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | | Provisioning: Install Devtoolset-4 to Rhel 7.4v5.10.0-rc3v5.10.0Heikki Halmet2017-12-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gcc need to be downgraded from 6 to 5, because Gcc 6 is too new for the latest Ubuntu LTS (16.04). This means Devtoolset-4 need to be used instead of Devtoolset-6. Task-number: QTBUG-64820 Change-Id: I2601aaaff5f3bbbadd867105fd4155239ab89825 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* | | Provisioning: Install bluez-libs-develv5.10.0-rc2Heikki Halmet2017-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | bluez-libs-devel is needed to enable Qt Bluetooth Task-number: QTBUG-64782 Change-Id: Ie668a44463307c7089bb96a087acab04c27dd3a0 (cherry picked from commit 9b722f9df91c4f7a6ca24d3ad18e68e3a76b137b) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-252-0/+99
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: .gitmodules coin/provisioning/qtci-linux-RHEL-7.4-x86_64/mqtt_broker.sh Change-Id: I3bfaa9531a4b62426ec276c764ffda5cffcbdcaa
| * | provisioning: RHEL7.4: Add Python3Joni Jäntti2017-11-161-0/+63
| |/ | | | | | | | | | | | | Python3 is currently not installed in RHEL7.4 provisioning. Change-Id: I788b7f40ab7731f50f98f15defaac13f0296b54e Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* / Add NSS to RHEL 7.4Allan Sandfeld Jensen2017-11-251-0/+2
|/ | | | | | | Needed by QtWebEngine Change-Id: Ieed87170eccc288523bc966dab1a25025c37abfa Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Remove logical OR when echo errorsHeikki Halmet2017-11-071-10/+10
| | | | | | | | | | set -e won't work if logical OR is used after commands. These error echo's need to be removed so that error catch will works. Also set -ex added to print executed command when error caught. Task-number: QTQAINFRA-1533 Change-Id: Ib4ea832a0ee813f99f59ebacad51ec57c3eff57d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Fix p7zip installationHeikki Halmet2017-11-031-4/+17
| | | | | | Change-Id: Id6847ee203fdee03c6db067a952f9da5188d3d5c Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Refresh Subscription-managerHeikki Halmet2017-11-031-0/+38
| | | | | | | | Subscription manager needs to be refreshed so that RedHat repositories will stay available for provisioning scripts Change-Id: Idebc994fbefde951000570f6690c6849abfd3666 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Make CI use a new RHEL 7.4 provisioningJoni Jäntti2017-10-1913-0/+536
Added all the provisioning scripts that install required programs and make changes to certain settings. These are needed to build qt5. This commit replaces RHEL 7.2 in desktop builds, android builds and INTEGRITY builds. Task-number: QTQAINFRA-1251 Task-number: QTQAINFRA-1252 Task-number: QTQAINFRA-1253 Task-number: QTQAINFRA-1267 Task-number: QTQAINFRA-1269 Change-Id: Icef19df7fb799a4008ccdc0584821c982055e339 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>