Skip to content

Commit

Permalink
Update to new openHAB Verson 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Häussler <[email protected]> (github: @cniweb)

Signed-off-by: Christian Häussler <[email protected]>
  • Loading branch information
cniweb committed Dec 18, 2017
1 parent b256e6c commit a6438b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="openHAB"
version="2.2.0.009-SNAPSHOT"
version="2.3.0.001-SNAPSHOT"
maintainer="openHAB.org"
maintainer_url="http://openhab.org/"
distributor="cniweb, tim, dieter, dominic, schoppax"
Expand All @@ -14,4 +14,4 @@ helpurl="https://community.openhab.org/"
package_icon="PACKAGE_ICON.PNG"
package_icon_120="PACKAGE_ICON_120.PNG"
startable="yes"
changelog="2.2.0.009-SNAPSHOT 17.11.2017: Change naming to openHAB,2.2.0.008-SNAPSHOT 30.10.2017: Add userdata shared folder,2.2.0.007-SNAPSHOT 27.08.2017: Fix karaf start and PID file usage,2.2.0.006-SNAPSHOT 30.07.2017: Add file location wizard and UI preparation,2.2.0.005-SNAPSHOT 27.07.2017: Fix TimeZone bug for all DSM versions,2.2.0.004-SNAPSHOT 20.07.2017: Fix public folder permissions, replace 7z with tar and backup fix,2.2.0.003-SNAPSHOT 18.07.2017: Fix public folder,2.2.0.002-SNAPSHOT 12.07.2017: Update from openHAB 2.1.0.007,02.07.2017: Update to openHAB 2.2.0-SNAPSHOT,2.1.0.004-SNAPSHOT 13.03.2017: Update to openHAB 2.1.0-SNAPSHOT,2.1.0.003-SNAPSHOT 06.02.2017: Update to openHAB 2.1.0-SNAPSHOT,2.1.0.002-SNAPSHOT 30.01.2017: Update to openHAB 2.1.0-SNAPSHOT,2.1.0.001-SNAPSHOT 24.01.2017: Update to openHAB 2.1.0-SNAPSHOT,2.0.0.008-SNAPSHOT 10.11.2016: Update to openHAB 2.0.0-SNAPSHOT,2.0.0.007-SNAPSHOT 23.10.2016: Update to openHAB 2.0.0-SNAPSHOT;2.0.0.006-SNAPSHOT 23.10.2016: Update to openHAB 2.0.0-SNAPSHOT;2.0.0.005-SNAPSHOT 20.10.2016: Update to openHAB 2.0.0-SNAPSHOT;2.0.0.004-SNAPSHOT 09.10.2016: Update to openHAB 2.0.0-SNAPSHOT;2.0.0.003-beta3 02.06.2016: Update to openHAB 2.0.0-beta3;2.0.0.002-beta2 14.02.2016: Update to openHAB 2.0.0-beta2;2.0.0.001-beta1 31.01.2016: Update to openHAB 2.0.0-beta1"
changelog="2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT"
4 changes: 2 additions & 2 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ echo "" >>$LOG

echo "Set instance variables..." >>$LOG
DOWNLOAD_PATH="https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target"
DOWNLOAD_FILE1="openhab-2.2.0-SNAPSHOT.zip"
DOWNLOAD_FILE1="openhab-2.3.0-SNAPSHOT.zip"

# Add more files by separating them using spaces
INSTALL_FILES="${DOWNLOAD_PATH}/${DOWNLOAD_FILE1}"

EXTRACTED_FOLDER="openHAB-2.2.0-SNAPSHOT"
EXTRACTED_FOLDER="openHAB-2.3.0-SNAPSHOT"

DAEMON_USER="$(echo ${SYNOPKG_PKGNAME} | awk {'print tolower($_)'})"
DAEMON_PASS="$(openssl rand 12 -base64 2>null)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-stop-status.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

#--------OPENREMOTE start-stop-status script
#--------openHAB start-stop-status script
#--------package based on work from pcloadletter.co.uk

DNAME="openHAB"
Expand Down

0 comments on commit a6438b7

Please sign in to comment.