aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/openssl.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Upgrade openssl to version 1.0.2tHeikki Halmet2019-11-141-3/+3
| | | | | | | | | 5.9 branch don't support openssl 1.1.1 series so we need to use latest version from 1.0.2 Task-number: QTQAINFRA-3336 Change-Id: I94eb9f553375da0ae8d04ceb55d1eace16f4f396 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Update openssl to version 1.0.2pJuha Karjalainen2018-11-011-4/+3
| | | | | | | | Task-number: QTQAINFRA-2266 Change-Id: I3f09d9169f17bcd83dcfd72547440bca487fd9db Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 3b4ca5d6c0b44e64efd3776327b4f6714d0d8969) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Unify Windows provisioning scripts & improve error handlingOliver Wolff2018-04-201-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | While Coin should also see exit codes != 0 as error, we should stick to one way of handling script errors. As Power Shell cmdlets signal an error by throwing an exception we should do the same (and that approach also works in Coin). Additionally extracting 7zip files was unified across scripts by using the existing helper function instead of reinventing the wheel again and again. A similar helper function was introduced for starting an external application (and handling its errors). Also echo and other "cmd" commands were replaced by their PowerShell equivalents to have a unified approach across our Windows provisioning scripts. Change-Id: I70129ce38692f1396c33c13b33a2918485fa5271 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> (cherry picked from commit cb6709ce5c48a31ba1170c71494c1a3869ffa5bb) Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Split Common folder based on operating system familiesHeikki Halmet2018-01-101-0/+95
This change will split common folder to four different folders: Linux, Unix, Windows and MacOS. Each of these folders includes scripts which are common for their operating system familes Task-number: QTQAINFRA-1451 Change-Id: Ic93b2183052335dee875d1452b21e38d268b6474 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>