You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
I am super-psyched that micro-okd exists! Really nice and I look forward to using it a lot more in the future. :-)
One step to that is trying to get to know it by packaging it for openSUSE. Yes, probably totally unsupported, but I got a working package.
Or rather, currently I have a Frankenstein package that builds microshift from the state in the upstream directory. It needs a Pull secret but seems to start up fine otherwise.
(The reason is that I need to understand the rebase magic done in the Makefile and try to get it to work in our offline build environment).
My main question is: How do I determine the right value for embedded_git_tag from this repository's content (or the one in the upstream directory). For now I have just cheated and looked into the source RPM in the copr repository and found out it is 4.18.0-3.
Is there a way to determine this value from inside this repository?