mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-03 12:16:45 +08:00
Coin: adjust local repo paths
Adjust the local repo paths for firebird libraries. Change-Id: Ifb10ab8f4606eefd53f4cd63cf08264d82922cba Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
This commit is contained in:
@@ -15,7 +15,7 @@ source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
version=5.0.1
|
||||
fullversion=Firebird-${version}.1469-0-linux-x64
|
||||
instpath=/opt/Firebird
|
||||
localRepo=http://ci-files01-hki.ci.qt.io/input/docker
|
||||
localRepo=http://ci-files01-hki.ci.qt.io/input/firebird
|
||||
upstreamRepo=https://github.com/FirebirdSQL/firebird/releases/download/v${version}
|
||||
packageFile=${fullversion}.tar.gz
|
||||
sha=369e9187913c6e1bc8a0f79f9e1826c0e35dd72f
|
||||
|
||||
@@ -13,7 +13,7 @@ source "${BASH_SOURCE%/*}/../unix/common.sourced.sh"
|
||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||
|
||||
|
||||
localRepo=http://ci-files01-hki.ci.qt.io/input/docker
|
||||
localRepo=http://ci-files01-hki.ci.qt.io/input/mimersql
|
||||
upstreamRepo=http://install.mimer.com/qt
|
||||
if [ "$SSL_VER" = "openssl-3" ]; then
|
||||
if [ "$PACK_TYPE" = "rpm" ]; then
|
||||
|
||||
@@ -12,7 +12,7 @@ $packagex64 = "C:\Windows\temp\Firebird-$fullversion-windows-x64.zip"
|
||||
# Install x64 bit versions
|
||||
$installFolder = "C:\Utils\firebird"
|
||||
$externalUrl = "https://github.com/FirebirdSQL/firebird/releases/download/v$version/Firebird-$fullversion-windows-x64.zip"
|
||||
$internalUrl = "\\ci-files01-hki.ci.qt.io\provisioning\windows\Firebird-$fullversion-windows-x64.zip"
|
||||
$internalUrl = "http://ci-files01-hki.ci.qt.io/input/windows/firebird/Firebird-$fullversion-windows-x64.zip"
|
||||
$sha1 = "7b56ea692215b128415ef9599e18c40bef12152f"
|
||||
|
||||
Write-Host "Fetching from URL ..."
|
||||
|
||||
Reference in New Issue
Block a user