openhab / openhab-distro

The binary distribution of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.3k stars 394 forks source link

Is mid the new file extension for Karaf files ? #1218

Closed lolodomo closed 3 years ago

lolodomo commented 3 years ago

image

I usually download from this page for new snapshosts, the zip and the kar files.

Since few days, even if the displayed text is openhab-addons-3.0.0-SNAPSHOT.kar, the result of its downloading leads to a file named openhab-addons-3.0.0-SNAPSHOT.mid.

Is mid the enw extension for Karaf files ? The last times, I just renamed the file extension and it was working.

lolodomo commented 3 years ago

Addtional note: kar file size moved form 168 KB to 207 KB between snapshot 2085 and 2093.

kaikreuzer commented 3 years ago

even if the displayed text is openhab-addons-3.0.0-SNAPSHOT.kar, the result of its downloading leads to a file named openhab-addons-3.0.0-SNAPSHOT.mid.

It is not just the text, but if you have a closer look, the link itself is also to .kar: https://ci.openhab.org/job/openHAB3-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-3.0.0-SNAPSHOT.kar

And it also downloads just fine:

➜  ~ wget https://ci.openhab.org/job/openHAB3-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-3.0.0-SNAPSHOT.kar
--2020-12-20 12:37:00--  https://ci.openhab.org/job/openHAB3-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-3.0.0-SNAPSHOT.kar
Resolving ci.openhab.org (ci.openhab.org)... 51.15.109.212
Connecting to ci.openhab.org (ci.openhab.org)|51.15.109.212|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 212860169 (203M) [audio/midi]
Saving to: ‘openhab-addons-3.0.0-SNAPSHOT.kar’

openhab-addons-3.0.0-SNAPSHOT.kar                 100%[============================================================================================================>] 203,00M  15,9MB/s    in 13s     

2020-12-20 12:37:14 (15,1 MB/s) - ‘openhab-addons-3.0.0-SNAPSHOT.kar’ saved [212860169/212860169]

kar file size moved form 168 KB to 207 KB

I guess you mean MB, not KB :-) That's expected see https://github.com/openhab/openhab-addons/pull/9404#issue-541488150

lolodomo commented 3 years ago

Maybe a problem with Firefox browser !?