We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fedora Rawhide uses moving versioned tag. Currently it is 'f34'
The more or less reliable way to get this value is to request it from koji in a form:
kojisession.getFullInheritance('rawhide')[0]['name']
Let's add the variable to Koji module, so it can be used uniformly through all scripts and pipelines, especially in triggers.
The text was updated successfully, but these errors were encountered:
Hmm, I didn't know we could use kojisession to get this information.
I've been using Version from https://src.fedoraproject.org/rpms/fedora-release/raw/master/f/fedora-release.spec
Version
Sorry, something went wrong.
Nice :) I was looking for something like this as well.
No branches or pull requests
Fedora Rawhide uses moving versioned tag. Currently it is 'f34'
The more or less reliable way to get this value is to request it from koji in a form:
Let's add the variable to Koji module, so it can be used uniformly through all scripts and pipelines, especially in triggers.
The text was updated successfully, but these errors were encountered: