mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 18:57:05 +08:00
Python: Unset proxy for python pip cert issues
Task-number: QTQAINFRA-6473 Change-Id: I43cfd0cba3fcdcd7acdf1d75ee2347dac8b77175 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> (cherry picked from commit31774f9103) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit09aa68b3de)
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
6420235a69
commit
f621f59265
@@ -5,6 +5,9 @@ $n = Get-Content "$PSScriptRoot\..\shared\http_proxy.txt"
|
||||
$n = $n.Split('=')
|
||||
New-Variable -Name $n[0] -Value $n[1]
|
||||
|
||||
Write-Host "Temporarily not setting proxy" # QTQAINFRA-6473
|
||||
$proxy = ""
|
||||
|
||||
if ([string]::IsNullOrEmpty($proxy)) {
|
||||
Write-Host "No proxy is defined."
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user