Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #456 from jupierce/signable
Browse files Browse the repository at this point in the history
package_name instead of component_name
  • Loading branch information
jupierce authored Jun 29, 2021
2 parents eb3f34d + d75c8e5 commit 23c597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/config_plashet.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def is_embargoed(an_nvre):

logger.info(f'{tag} contains package: {nvre}')
desired_nvres.add(nvre)
if component in signable_components:
if package_name in signable_components:
nvr_product_version[strip_epoch(nvre)] = product_version

if package_name.startswith(tuple(include_previous_for)) or include_previous:
Expand Down

0 comments on commit 23c597a

Please sign in to comment.