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 non-default stream #77

Open
lubomir opened this issue Jan 22, 2020 · 1 comment
Open

Enable non-default stream #77

lubomir opened this issue Jan 22, 2020 · 1 comment

Comments

@lubomir
Copy link
Collaborator

lubomir commented Jan 22, 2020

We have a product that has non-modular package depending on a non-default stream. The instructions for the product tell users they need to manually enable the module stream before installation of the package.

When running fus, this information is not available, so there are dependency problems reported.

Example situation:
repo-1: foo package Requires: bar
lookaside-1: bar:non-default module with bar package

It would be nice to have some way to tell fus that bar:non-default will always be enabled.

CC @contyk for more ideas

@lubomir
Copy link
Collaborator Author

lubomir commented Apr 23, 2020

A possible solution here might be to add a new input repo with modulemd metadata only that would contain defaults definition for the module that should be fake enabled. It's a horrible hack, and it will probably break horribly if we try do this for multiple streams of the same module or create some other conflict in this way. But it might work for the simplest cases.

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

No branches or pull requests

1 participant