Skip to content

Commit

Permalink
rpmbuild: Add diff.txt file for fedora review
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Jun 7, 2024
1 parent 24becb0 commit cc2a388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/copr_rpmbuild/automation/fedora_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _filter_results_directory(self, cachedir: str):
return

results = ["review.txt", "review.json", "licensecheck.txt",
"rpmlint.txt", "files.dir"]
"rpmlint.txt", "files.dir", "diff.txt"]
for result in results:
try:
os.rename(os.path.join(srcdir, result),
Expand Down

0 comments on commit cc2a388

Please sign in to comment.