Apt-get doesn't pull latest nightly, stuck on #456 Aug, 3

Hi guys,
I installed OH2 latest nightlies with via apt-get, see here as so kindly provided by @theo
https://community.openhab.org/t/oh2-on-rpi3/11317/9?u=lipp_markus
and just be clear my apt-sources include:

deb https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-offline/target/apt-repo/ /

When ever I try to update/upgrade

sudo apt-get update
sudo apt-get upgrade

my Pi tells me a new version of the snapshot is available downloads and installs it, but when I check in karaf it is built #456 from August 3.

My apologies if this is trivial and a user error, but I will appreciate any and all pointers.

Thanks and regards
Markus

Hi @lipp_markus,

may be this helps: Installing Extensions fails with "org.osgi.service.resolver .ResolutionException" for now.

Regards,
Theo

1 Like

Hi @theo,
Much appreciate your help prompt response, thanks!!
I am still stuck, however, at built #456 (3. Aug); I tried a variety of reinstall, remove and new install, etc etc
One of the strange things is in the past-weeks whenever i performed and update/upgrade seemingly a new snapshot was downloaded and installed as I was always presented with a remark of a file size difference. When I go into karaf, however, the same built-number is displayed, no matter what.
Unless there is another idea, I guess I will try the install method with @xsnrg’s OH2-tools https://github.com/xsnrg/OpenHAB2-tools
In the meanwhile, thanks so much again
Markus

Hi Markus,

quick remark, not sure if relevant: As I understand cloudbees, built #456 is from yesterday (25.08.). The built from 3rd August is #437. So perhaps you have the most recent version and karaf just gives you a wrong date.

You can check the version numbers using the list command in the console. The built date ist part of the verison number:

211 | Active | 80 | 1.9.0.201608250111 | openHAB MapDB Persistence Bundle

Joerg

Hi Joerg,
Thanks so much.
I am not sure what is going on thought, how can my build #456 and karaf puts the dates of all openhab things much earlier?

                         __  _____    ____      
  ____  ____  ___  ____  / / / /   |  / __ )     
 / __ \/ __ \/ _ \/ __ \/ /_/ / /| | / __  | 
/ /_/ / /_/ /  __/ / / / __  / ___ |/ /_/ /      
\____/ .___/\___/_/ /_/_/ /_/_/  |_/_____/     
    /_/                        2.0.0-SNAPSHOT
                               Build #456   

Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown openHAB.

openhab> bundle:list | grep openHAB
160 | Active   |  90 | 2.0.0.201608032032    | openHAB Core
161 | Active   |  80 | 2.0.0.201608032032    | openHAB Karaf Integration
181 | Active   |  80 | 2.0.0.201608032032    | openHAB REST Documentation
182 | Resolved |  80 | 2.0.0.201608032032    | openHAB Basic UI Fragment, Hosts: 178
183 | Active   |  80 | 2.0.0.201608032032    | openHAB Classic UI Fragment
184 | Active   |  80 | 2.0.0.201608032032    | openHAB Dashboard UI
185 | Resolved |  80 | 2.0.0.201608032032    | openHAB Paper UI Theme Fragment, Hosts: 180
190 | Active   |  80 | 2.0.0.201608032032    | openHAB 1.x Compatibility Layer
191 | Active   |  80 | 1.9.0.201608170111    | openHAB RRD4j Persistence Bundle
192 | Active   |  80 | 1.9.0.201608170111    | openHAB NetworkUpsTools Binding
198 | Active   |  80 | 1.9.0.201607280110    | openHAB pilight Binding

Please note build number and dates below…does not compute.
But maybe I don’t need to understand everything.
Thanks so much for your help