I received a (friendly) reminder from the Bintray team that Bintray is not meant for snapshots and only release versions should be uploaded there as it otherwise puts undue load to their CDN infrastructure.
Fair point, so I took action last weekend and moved the repo over to our Artifactory instance, which also hosts the Debian snapshot packages since a little while.
If you install a recent distro, you will see that this url is defined in userdata/etc/version.properties:
openHAB Distribution Version Information
----------------------------------------
build-no : Build #904
online-repo : https://openhab.jfrog.io/openhab/online-repo-snapshot/2.1
I haven’t tested it yet, but afaik, an apt-get upgrade will also update this file so that your installations should automatically switch to the new url, so this should work rather transparently for you.
As many people still use older snapshot distro builds, I will leave the old repo on Bintray available for the time being - please just note that the last update is from April 26 and it won’t get any further ones anymore.
TL;DR: 2.1-snapshot add-ons are now loaded from a different location; no action from users required
thanks for all the great work !
As I use an M$-System to host my OH installation I used a .ps script to download the & install the snapshots. Can you re-enable the .zip packes on the new location as well? Or did I just not look closely enough - then please point me to the right location.
You mean the distro as a zip? That’s available in a Maven repo on Artifactory right here - if you need a fixed download url, the easiest is to grab it directly from cloudbees.
i am trying to update and upgrade via apt-get, but my version is 2.0.0-Snapshot Build #701 and nothing seems to happen with the upgrade&update command. Is for the snapshot version always a full install necessary?
does the snapshot always include the newest versions off the addons, too, or do i have to upgrade them also? i didnt get an update for the addons, yet.
Since openHAB downloads the latest version of addons automatically when required, it should only be necessary to follow the instructions on the docs relevant to your operating system. Specifically, when you upgrade the userdata/tmp and userdata/cache folders should be deleted.