-
Notifications
You must be signed in to change notification settings - Fork 129
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
enhance FedoraGitReleaser to build to all active Fedora branches #430
Comments
I am thinking of an alternative. We can get the list of the active Fedora/EPEL versions here We can also get the list of branches for a package, e.g. So what if we make the |
The default behavior sounds OK to me, but I still think we should have the pattern-like solution on top of it. |
This would IMHO work even with
Because this would basically build the package for all "Active branches" that are listed here
Which is IMHO the 99% of use cases. And I think it translates correctly for all Copr packages. Of course, there might be packages that have their EPEL7 branch active but the packager no longer wishes to update it (maybe that's the case of Mock?). Such packages would continue listing the What do you think? |
With Mock, we release from the upstream
That would work, yes :-) |
Note for myself: |
I use this
releasers.conf
:And it is pain to update it every 3 months because of new releases and new branching.
It would be awesome if I can use some magic to mark all active branches. E.g.,
The list of active branches can be fetched from https://pdc.fedoraproject.org/ which has API.
The text was updated successfully, but these errors were encountered: