aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/pip.sh
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2023-03-20 12:10:13 +0000
committerTony Sarajärvi <tony.sarajarvi@qt.io>2023-06-12 12:10:26 +0000
commit58ddf7133c768542e9029938644d7a8a6aaf5aac (patch)
tree7094fe43c152680e812bea93d5ff18e56d20c253 /coin/provisioning/common/macos/pip.sh
parentbb13b7dadf96707f441daed3f33fddcc7b84a844 (diff)
Correct the domain of ci-files01-hki
It's hasn't been .intra.qt.io for quite some time, it has worked through an alias we have on the DNS server. Change-Id: I0bc17668dacfea64c276bb553e75e4be16e97659 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
Diffstat (limited to 'coin/provisioning/common/macos/pip.sh')
-rwxr-xr-xcoin/provisioning/common/macos/pip.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/provisioning/common/macos/pip.sh b/coin/provisioning/common/macos/pip.sh
index b1c9a864..4e81eb05 100755
--- a/coin/provisioning/common/macos/pip.sh
+++ b/coin/provisioning/common/macos/pip.sh
@@ -9,9 +9,9 @@ function InstallPip {
# Will install pip utility for python
if [[ $python == "python2.7" ]]; then
- DownloadURL "http://ci-files01-hki.intra.qt.io/input/mac/python27/get-pip.py" "https://bootstrap.pypa.io/2.7/get-pip.py" "c4c5f74586cffe49804f167d95d1710b9750ddf0"
+ DownloadURL "http://ci-files01-hki.ci.qt.io/input/mac/python27/get-pip.py" "https://bootstrap.pypa.io/2.7/get-pip.py" "c4c5f74586cffe49804f167d95d1710b9750ddf0"
else
- DownloadURL "http://ci-files01-hki.intra.qt.io/input/mac/get-pip.py" "https://bootstrap.pypa.io/get-pip.py" "209ddf0bb8d1cf06a1f17dd9f21970c76b3d2be2"
+ DownloadURL "http://ci-files01-hki.ci.qt.io/input/mac/get-pip.py" "https://bootstrap.pypa.io/get-pip.py" "209ddf0bb8d1cf06a1f17dd9f21970c76b3d2be2"
fi
sudo "$python" get-pip.py
rm get-pip.py