Skip to content

Commit

Permalink
Update to Final Release 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
  • Loading branch information
cniweb committed May 29, 2018
1 parent 39d9b58 commit 2f82add
Show file tree
Hide file tree
Showing 2 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.3.0.001-SNAPSHOT"
version="2.3.0.002"
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.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT"
changelog="2.3.0.002 29.05.2018: Update to new openHAB Verson 2.3.0, 2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT"
6 changes: 3 additions & 3 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ echo "$(date +%Y-%m-%d:%H:%M:%S)" >>$LOG
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.3.0-SNAPSHOT.zip"
DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.3.0"
DOWNLOAD_FILE1="openhab-2.3.0.zip"

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

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

DAEMON_USER="$(echo ${SYNOPKG_PKGNAME} | awk {'print tolower($_)'})"
DAEMON_PASS="$(openssl rand 12 -base64 2>null)"
Expand Down

0 comments on commit 2f82add

Please sign in to comment.