Skip to content

Commit

Permalink
Fix filtering of debs
Browse files Browse the repository at this point in the history
content_view_version incremental-update did not use 'search' parameter
to filter deb-package names
  • Loading branch information
m-bucher committed Oct 17, 2024
1 parent 6640df1 commit c2093a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/hammer_cli_katello/foreman_search_options_creators.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def create_operatingsystems_search_options(options, mode = nil)
create_search_options_without_katello_api(options, api.resource(:operatingsystems), mode)
end

def create_debs_search_options(options, mode = nil)
create_search_options_without_katello_api(options, api.resource(:debs), mode)
end

def create_domains_search_options(options, mode = nil)
create_search_options_without_katello_api(options, api.resource(:domains), mode)
end
Expand Down

0 comments on commit c2093a3

Please sign in to comment.