john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
594 stars 136 forks source link

wolfberry 23.2 not present in alpine linux repository #958

Closed xpavli44 closed 1 year ago

xpavli44 commented 1 year ago

Description

Latest release notes https://github.com/john30/ebusd/releases/tag/23.2 suggest For Alpine Linux, run apk --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add ebusd.

Actual behavior

However if I open https://dl-cdn.alpinelinux.org/alpine/edge/community/armv7/ only ebusd-23.1-r1.apk is present there. This applies to all CPU architectures it seems.

Expected behavior

@john30 would it be possible to compile and upload 23.2 to the repository please?

I was wondering why ebusd addon from @LukasGrebe for Home Assistant is still running v 23.1 and this seems to be the answer. It is pointing to a correct repo, but the up to date version of the package is not present there.

ebusd version

23.2

ebusd arguments

none

Operating system

other

CPU architecture

armv7l

Dockerized

same as ebusd version

Hardware interface

adapter 5 via WiFi

Related integration

other

Logs

no logs

tjorim commented 1 year ago

I flagged the package as outdated last week, I think we need @tim-devel for this.

tim-devel commented 1 year ago

Sorry but I don't use the Alpine version any more so am probably not the best person to maintain that version anymore.

It is pretty straight forward to test and release a new version. Link to the guidance is below. You just need to change the version number in the APKBUILD file, test it builds and runs and then make a pull request against aports gitlab repo

https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package https://gitlab.alpinelinux.org/alpine/aports

tim-devel commented 1 year ago

@lukasgrebe

tim-devel commented 1 year ago

You need to run the command below to update the checksum in the APKBUILD

abuild checksum

On Sun, 16 Jul 2023, 10:27 am xpavli44, @.***> wrote:

@tim-devel https://github.com/tim-devel I've made the MR https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/48862 but checks are failing with

ERROR: ebusd: ebusd-23.2.tar.gz is missing in checksums any idea how to fix it pls?

— Reply to this email directly, view it on GitHub https://github.com/john30/ebusd/issues/958#issuecomment-1637035206, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUDLZUKGDQ36WBYXKNKKMTXQOXZLANCNFSM6AAAAAA2LLCWOE . You are receiving this because you were mentioned.Message ID: @.***>

xpavli44 commented 1 year ago

thanks to @psykose it should be done now https://gitlab.alpinelinux.org/alpine/aports/-/commit/a7abee0748bf5c5e9e95bc8fb5c78489917b644d