epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 29 forks source link

build: Include action to release deb and rpm dkms packages #134

Closed gabrielfedel closed 4 months ago

gabrielfedel commented 4 months ago

This PR includes:

Some points about the release of the packages:

These 2 points are a bit annoying, but I think to avoid them it will require a bit of work to implement an workflow (right now we are using one that already exists).

As an example 2 releases, one for deb and one for rpm:

https://github.com/gabrielfedel/mrfioc2/releases/tag/kmod-3-r1 https://github.com/gabrielfedel/mrfioc2/releases/tag/kmod-3-d0

gabrielfedel commented 4 months ago

Couldn't figure out the issue with the test : https://github.com/epics-modules/mrfioc2/actions/runs/8108440408/job/22161659997?pr=134
Doesn't seems related to the changed I made.

jerzyjamroz commented 4 months ago

Couldn't figure out the issue with the test : https://github.com/epics-modules/mrfioc2/actions/runs/8108440408/job/22161659997?pr=134 Doesn't seems related to the changed I made.

It seems that Ubuntu latest runs kernel 6 now (but it was not the case in the past), so it does not work.

gabrielfedel commented 4 months ago

I set it as draft for now as I'm waiting them being built on my personal repo to check the result, but the idea should be more or less correct.

gabrielfedel commented 4 months ago

And now is ready for review!