Skip to content

Commit 6202e34

Browse files
author
Scott Rushworth
authored
Removed specific references to 2.5.2
1 parent b4a0a46 commit 6202e34

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Zigbee and Z-Wave manual install/addons/zzManualInstaller.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,24 +229,24 @@ download() {
229229
fi
230230
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.cc2531.jar" -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zigbee/org.openhab.binding.zigbee.cc2531/target/org.openhab.binding.zigbee.cc2531-${OH_VERSION}-SNAPSHOT.jar"
231231
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.cc2531.jar" -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zigbee.cc2531/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.cc2531-${OH_VERSION}-SNAPSHOT.jar"
232-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.cc2531/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
233-
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.cc2531.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.cc2531/2.5.2-SNAPSHOT/org.openhab.binding.zigbee.cc2531-2.5.2-${BUILD_NUMBER}.jar"
232+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.cc2531/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
233+
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.cc2531.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.cc2531/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.cc2531-${OH_VERSION}-${BUILD_NUMBER}.jar"
234234
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.ember.jar" -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zigbee/org.openhab.binding.zigbee.ember/target/org.openhab.binding.zigbee.ember-${OH_VERSION}-SNAPSHOT.jar"
235235
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.ember.jar" -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zigbee.ember/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.ember-${OH_VERSION}-SNAPSHOT.jar"
236-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.ember/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
237-
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.ember.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.ember/2.5.2-SNAPSHOT/org.openhab.binding.zigbee.ember-2.5.2-${BUILD_NUMBER}.jar"
236+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.ember/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
237+
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.ember.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.ember/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.ember-${OH_VERSION}-${BUILD_NUMBER}.jar"
238238
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.telegesis.jar" -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zigbee/org.openhab.binding.zigbee.telegesis/target/org.openhab.binding.zigbee.telegesis-${OH_VERSION}-SNAPSHOT.jar"
239239
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.telegesis.jar" -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zigbee.telegesis/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.telegesis-${OH_VERSION}-SNAPSHOT.jar"
240-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.telegesis/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
241-
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.telegesis.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.telegesis/2.5.2-SNAPSHOT/org.openhab.binding.zigbee.telegesis-2.5.2-${BUILD_NUMBER}.jar"
240+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.telegesis/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
241+
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.telegesis.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.telegesis/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.telegesis-${OH_VERSION}-${BUILD_NUMBER}.jar"
242242
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.xbee.jar" -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zigbee/org.openhab.binding.zigbee.xbee/target/org.openhab.binding.zigbee.xbee-${OH_VERSION}-SNAPSHOT.jar"
243243
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.xbee.jar" -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zigbee.xbee/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.xbee-${OH_VERSION}-SNAPSHOT.jar"
244-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.xbee/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
245-
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.xbee.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.xbee/2.5.2-SNAPSHOT/org.openhab.binding.zigbee.xbee-2.5.2-${BUILD_NUMBER}.jar"
244+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.xbee/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
245+
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.xbee.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee.xbee/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee.xbee-${OH_VERSION}-${BUILD_NUMBER}.jar"
246246
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.jar" -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zigbee/org.openhab.binding.zigbee/target/org.openhab.binding.zigbee-${OH_VERSION}-SNAPSHOT.jar"
247247
#curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.jar" -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zigbee/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee-${OH_VERSION}-SNAPSHOT.jar"
248-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
249-
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee/2.5.2-SNAPSHOT/org.openhab.binding.zigbee-2.5.2-${BUILD_NUMBER}.jar"
248+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
249+
curl -s --connect-timeout 10 --max-time 60 -o "org.openhab.binding.zigbee.jar" -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zigbee/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zigbee-${OH_VERSION}-${BUILD_NUMBER}.jar"
250250
echo " done."
251251
fi
252252
fi
@@ -259,8 +259,8 @@ download() {
259259
else
260260
#curl -s --connect-timeout 10 --max-time 60 -O -L "https://ci.openhab.org/job/openHAB2-Bundles/lastSuccessfulBuild/artifact/bindings/org.openhab.binding.zwave/target/org.openhab.binding.zwave-${OH_VERSION}-SNAPSHOT.jar"
261261
#curl -s --connect-timeout 10 --max-time 60 -O -L "https://openhab.jfrog.io/openhab/online-repo-snapshot/${OH_VERSION/%\.0/}/org/openhab/addons/bundles/org.openhab.binding.zwave/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zwave-${OH_VERSION}-SNAPSHOT.jar"
262-
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zwave/2.5.2-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
263-
curl -s --connect-timeout 10 --max-time 60 -O -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zwave/2.5.2-SNAPSHOT/org.openhab.binding.zwave-2.5.2-${BUILD_NUMBER}.jar"
262+
BUILD_NUMBER=$(curl -s --connect-timeout 10 --max-time 10 "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zwave/${OH_VERSION}-SNAPSHOT/" | tail -n 4 | grep -aoP -m 1 "[0-9]{8}\.[0-9]+\-[0-9]+" | head -1)
263+
curl -s --connect-timeout 10 --max-time 60 -O -L "https://openhab.jfrog.io/openhab/sandbox-snapshot/org/openhab/addons/bundles/org.openhab.binding.zwave/${OH_VERSION}-SNAPSHOT/org.openhab.binding.zwave-${OH_VERSION}-${BUILD_NUMBER}.jar"
264264
fi
265265
echo " done."
266266
fi

0 commit comments

Comments
 (0)