Skip to content

Commit

Permalink
Test rpm metadata changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Sep 7, 2024
1 parent 58f22f5 commit 278b25f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/validation_workflow/rpm/validation_rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ def validate_signature(self) -> None:
for line in stdout.split('\n'):
key = line.split(':')[0].strip()
print(key)
# #if (key == os.path.join(self.tmp_dir.path, self.filename)):
# # continue
if (key == os.path.join(self.tmp_dir.path, self.filename)):
continue
var = line.split(':')[1].strip()
logging.info(var)
logging.info(f"var:{var}")
logging.info(f"{key} is validated as: {line}")
present_key.append(key)
logging.info("Validation of all key digests starts: ")
Expand Down

0 comments on commit 278b25f

Please sign in to comment.