diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-11 10:46:41 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-11 08:58:47 +0000 |
commit | 8556798b4ec9e703deb398c09d88e68c2af4cd54 (patch) | |
tree | a51736056a6c6b0e999c3e99777aaaf58da00d27 /scripts/upload.sh | |
parent | 8c13aef478448114a8fe0ac112e26b59d7ad03d4 (diff) | |
download | meta-boot2qt-8556798b4ec9e703deb398c09d88e68c2af4cd54.tar.gz |
Remove all *.ci.local network addresses
The dot-local addresses cause problems with mDNS lookups, replace
all with *.intra.qt.io aliases that are now available.
Task-number: QTBUG-60153
Change-Id: I60e2e06440ca088d1194615849bf7792c16df362
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'scripts/upload.sh')
-rwxr-xr-x | scripts/upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh index cb94719..4f4e1a8 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -32,7 +32,7 @@ set -x | |||
32 | set -e | 32 | set -e |
33 | 33 | ||
34 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) | 34 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) |
35 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 35 | UPLOADPATH=QT@ci-files02-hki.intra.qt.io:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
36 | UPLOADS="\ | 36 | UPLOADS="\ |
37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ | 37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ |
38 | tmp/deploy/sdk/b2qt-x86_64-meta-toolchain-b2qt-${PROJECT}-qt5-sdk-${MACHINE}.sh \ | 38 | tmp/deploy/sdk/b2qt-x86_64-meta-toolchain-b2qt-${PROJECT}-qt5-sdk-${MACHINE}.sh \ |