Skip to content

Commit

Permalink
Pass full collections prefix to stage build script
Browse files Browse the repository at this point in the history
For example, instead of katello foreman-katello needs to be passed
as this code cannot just assume everything is foreman.
  • Loading branch information
ehelms committed Sep 8, 2023
1 parent 2e37424 commit 8680d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_stage_repository
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def main():
create_repository(rpm_dir)
create_repository(srpm_dir)

if collection in ['foreman', 'katello'] and dist == 'el8':
if collection in ['foreman', 'foreman-katello'] and dist == 'el8':
create_modulemd(collection, version, rpm_dir)


Expand Down

0 comments on commit 8680d37

Please sign in to comment.