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

Add SIMP_BUILD_repoclosure var, default=no #218

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

op-ct
Copy link
Member

@op-ct op-ct commented Aug 7, 2024

The iso:build repoclosure task is presently unskippable, but repoclosure itself doesn't work with modular repos. In fact, it probably never can: https://bugzilla.redhat.com/show_bug.cgi?id=1547041

This patch disables the repoclosure step by default, and adds an environment variable, SIMP_BUILD_repoclosure to re-enable it when set to yes.

Fixes #217

The `iso:build` repoclosure task is presently unskippable, but
`repoclosure` itself doesn't work with modular repos. In fact, it
probably never can: https://bugzilla.redhat.com/show_bug.cgi?id=1547041

This patch disables the repoclosure step by default, and adds an
environment variable, `SIMP_BUILD_repoclosure` to reenable it when set
to `yes`.
michael-riddle
michael-riddle previously approved these changes Aug 7, 2024
@op-ct op-ct changed the title Add SIMP_BUILD_repoclosure var, default=no (#217) Add SIMP_BUILD_repoclosure var, default=no Aug 9, 2024
@op-ct op-ct merged commit 961efc9 into simp:master Aug 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Disable repoclosure for modular repos
3 participants