Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioneer requires a lot of useless info #3096

Open
Itxaka opened this issue Dec 23, 2024 · 0 comments
Open

Versioneer requires a lot of useless info #3096

Itxaka opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed

Comments

@Itxaka
Copy link
Member

Itxaka commented Dec 23, 2024

Current versioneer requries a lot of stuff to be run, which is not expected:

FLAVOR_RELEASE=36
FLAVOR="fedora"
TARGETARCH="amd64"

This should be autofilled by getting it from the running system /etc/os-release as we run the versioneer in the final image, we should get that info by default.

Would even go further and say that family, as its set by ourselves, should also be inferred by the agent directly based on the flavor.

So ideally the only thing you need for the versioneer is the minimal set that we dont know yet:
REGISTRY_AND_ORG
MODEL
VARIANT

@Itxaka Itxaka added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed
Projects
Status: No status
Development

No branches or pull requests

1 participant