[SOLVED] openHAB 2 rpms

Are openHAB 2 daily builds available via yum? I I see it’s on jfrog, but it looks like it needs a username and password for some reason.

[root@lisa yum.repos.d]# more /etc/yum.repos.d/openHAB.repo
[openHAB]
name=openHAB
baseurl=https://openhab.jfrog.io/openhab/openhab-linuxpkg-rpm/unstable
enabled=1
gpgcheck=0
repo_gpgcheck=0
gpgkey=https://openhab.jfrog.io/openhab/api/gpg/key/public

Hi @sipvoip, I have set the repo to build daily builds via YUM, to my knowledge these work fine on RHEL, CentOs and Fedora. It shouldn’t need a password, I’ve tested a new install now and it hasn’t asked for one. I am yet to announce it yet because:

  1. The repo cannot be GPG signed yet as the tool we use to build it cannot except the longer key.
  2. I am not an RPM user and my only means of testing is through virtual machines; so bug testing is slow.

For those interested in testing the YUM/DNF repo and don’t require the package to be GPG signed, as @sipvoip has already stated, you simply need to put the following in /etc/yum.repos.d/openHAB.repo

[openHAB-Snapshots]
name=openHAB 2.x.x Snapshots
baseurl=https://openhab.jfrog.io/openhab/openhab-linuxpkg-rpm/unstable
enabled=1
gpgcheck=0
repo_gpgcheck=0
gpgkey=https://openhab.jfrog.io/openhab/api/gpg/key/public

Installation is as simple as:

yum install openhab2
#or#
dnf install openhab2

openhab2-addons and openhab2-addons-legacy are also valid packages.