-
Notifications
You must be signed in to change notification settings - Fork 10
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
Provide an alternative processing for the erratas that are created by us #378
Open
javihernandez opened this issue
Nov 12, 2024
· 2 comments
· May be fixed by AlmaLinux/albs-web-server#1115 or AlmaLinux/albs-frontend#585
Open
Provide an alternative processing for the erratas that are created by us #378
javihernandez opened this issue
Nov 12, 2024
· 2 comments
· May be fixed by AlmaLinux/albs-web-server#1115 or AlmaLinux/albs-frontend#585
Labels
enhancement
New feature or request
errata
Anything related to errata, like processing/generation of Erratas, OVAL, updateinfo, etc
Milestone
Comments
Even though we'll need to do something about this in the future, the core team thinks that for now it's fine as we won't be creating a lot of erratas on our own and we can anytime reset the package mappings. Feel free to reopen if needed. |
After more discussions related to #415, we think that we should definitely add an alternative processing for errata packages in advisories created by us. |
javihernandez
added a commit
to javihernandez/albs-web-server
that referenced
this issue
Feb 13, 2025
Only look for packages in ALBS and not in production Fixes: AlmaLinux/build-system#378 Fixes: AlmaLinux/build-system#415
javihernandez
added a commit
to javihernandez/albs-frontend
that referenced
this issue
Feb 13, 2025
This was referenced Feb 13, 2025
javihernandez
added a commit
to javihernandez/albs-web-server
that referenced
this issue
Feb 18, 2025
Only look for packages in ALBS and not in production Fixes: AlmaLinux/build-system#378 Fixes: AlmaLinux/build-system#415
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
errata
Anything related to errata, like processing/generation of Erratas, OVAL, updateinfo, etc
Right now, the errata workflow is designed to always process erratas coming from external sources. As we are now going to create our own security advisories, we need to adjust our workflow a bit in order to fully support the feature. The only thing that makes our erratas specials is that we don't need to match the errata packages, as we are already providing it when creating the errata. We need to:
We might also consider adding the flag above in our data model, something like "source", where possible values could be
["Red Hat", "AlmaLinux"]
. This way, other sources such as "Oracle" can be added afterwards in case we decide to get it into the mix.The text was updated successfully, but these errors were encountered: