fepitre / qubes-gentoo

This is the official ebuild repository for Qubes OS Gentoo template.
8 stars 11 forks source link

Out of date packages in `release4.1` branch #16

Closed Tonux599 closed 1 year ago

Tonux599 commented 1 year ago

I was going to open another issue about cursor icon passthrough not working on my custom built xfce template based on the latest gentoo minimal community template. However before tackling that I noticed at least one package in the release4.1 branch is very, very out of date.

It seems qubes-core-agent-linux is on v4.1.37, about a year old. The latest for R4.1 is v4.1.44

I see the release4.2 branch is seeing more recent commits. Is it possible that the release4.1 branch can continued to be maintained until R4.1 is EOL? (or at least until R4.2 is out of testing).

fepitre commented 1 year ago

I updated the overlay. There is no automatic updates, it's just me thinking to updating stuff. Please note that for now the Gentoo template does work under R4.2. I've not yet had enough time to going more through this.

Tonux599 commented 1 year ago

Great, thank you!

I'm still quite new to Gentoo, but if I understand these ebuild files correctly, using package version 9999 will build from the latest commit in release4.1 branch? I'm not sure if that branch is only updated on version release. If so I wonder if this could be made the default behavior somehow? Or if a ebuild file could be written in such a way to use the latest v4.1.* tag in that branch?

fepitre commented 1 year ago

9999 version would use always latest commits from Qubes release4.1 repositories and it means possibly having not stable at all components. If you don't want to remain on version tags, you can adjust your system to use 9999 version for qubes components. Take a look at Gentoo documentation for that.