Skip to content

Commit

Permalink
Add Config fields for pkey and signature macros
Browse files Browse the repository at this point in the history
  • Loading branch information
bwarden committed Apr 11, 2024
1 parent 5549e86 commit f121579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autospec/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def __init__(self, download_path):
self.old_keyid = None
self.profile_payload = None
self.signature = None
self.signature_macro = None
self.pkey_macro = None
self.yum_conf = None
self.failed_pattern_dir = None
self.alias = None
Expand Down

0 comments on commit f121579

Please sign in to comment.