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

Enable cross-releasing between platforms #1058

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

soksanichenko
Copy link
Member

@soksanichenko soksanichenko commented Nov 18, 2024

Resolves AlmaLinux/build-system#369:

  • For cross-releasing we should include an RPM artifact...
    ...if the reference platforms of its build task has intersection with...
    ...the reference platform of base platform which we want to release a build

…lmaLinux-10 platform, and the other way around

Resolves AlmaLinux/build-system#369:

- For cross-releasing we should include an RPM artifact if the reference platforms of its build task has intersection with the reference platform of base platform which we want to release a build
@soksanichenko soksanichenko changed the title Enable the release of packages built for AlmaLinux-Kitten-10 on the AlmaLinux-10 platform, and the other way around Enable cross-releasing between platforms Nov 18, 2024
@soksanichenko soksanichenko marked this pull request as ready for review November 19, 2024 20:03
@@ -67,6 +67,7 @@

class BaseReleasePlanner(metaclass=ABCMeta):
def __init__(self, db: AsyncSession):
self.base_platform = None # type: typing.Optional[models.Platform]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, do not mix type annotations in the code with type comments, just use annotation instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants