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

support multi-module modules.yaml #288

Merged
merged 1 commit into from
Oct 31, 2023
Merged

support multi-module modules.yaml #288

merged 1 commit into from
Oct 31, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Oct 31, 2023

No description provided.

Comment on lines +108 to +111
module['data']['version'] = module_version
module['data']['context'] = module_context
if module['data']['name'] == collection:
module['data']['artifacts'] = {'rpms': output.splitlines()}
Copy link
Member Author

Choose a reason for hiding this comment

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

I want to set the version and context for all modules in the file, but artifacts only for the one that is actually our "main" module

@evgeni evgeni merged commit 1187c12 into master Oct 31, 2023
3 checks passed
@evgeni evgeni deleted the multi-module branch October 31, 2023 14:11
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

Successfully merging this pull request may close these issues.

2 participants