mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provisioning: Update MQTT test broker
Updates required for latest MQTT5 features and fixes. Change-Id: I63e967efafbe1b22800e338b6c431febe3389a45 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
committed by
Simon Hausmann
parent
f2fae0b7b1
commit
53f4bb2d92
@@ -39,10 +39,10 @@
|
||||
source "${BASH_SOURCE%/*}/InstallFromCompressedFileFromURL.sh"
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
CommitSHA="ef4dbc182ddd06247e4b2618d5ad0a57df12ab25"
|
||||
CommitSHA="5e14a65bbf602fe5d58afdd1394ce76d41ed5c65"
|
||||
PrimaryUrl="http://ci-files01-hki.ci.local/input/mqtt_broker/paho.mqtt.testing-$CommitSHA.zip"
|
||||
AltUrl="https://github.com/eclipse/paho.mqtt.testing/archive/$CommitSHA.zip"
|
||||
SHA1="ba2b7d05afe4e13446d40cd4e753dda7f325a587"
|
||||
SHA1="6afc375c2702eb36a960f38dd4912a3422d679fd"
|
||||
targetFolder="/opt/paho_broker"
|
||||
appPrefix="paho.mqtt.testing-$CommitSHA"
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
|
||||
Write-Host "MQTT: Downloading Paho test broker..."
|
||||
$zip = Get-DownloadLocation "pahotest.zip"
|
||||
$commitSHA = "ef4dbc182ddd06247e4b2618d5ad0a57df12ab25"
|
||||
$sha1 = "ba2b7d05afe4e13446d40cd4e753dda7f325a587"
|
||||
$commitSHA = "5e14a65bbf602fe5d58afdd1394ce76d41ed5c65"
|
||||
$sha1 = "6afc375c2702eb36a960f38dd4912a3422d679fd"
|
||||
|
||||
$internalUrl = "http://ci-files01-hki.ci.local/input/mqtt_broker/paho.mqtt.testing-$commitSHA.zip"
|
||||
$externalUrl = "https://github.com/eclipse/paho.mqtt.testing/archive/$commitSHA.zip"
|
||||
|
||||
Reference in New Issue
Block a user