Skip to content

Commit

Permalink
Merge pull request #5756 from KKoukiou/followup-5750
Browse files Browse the repository at this point in the history
infra: makebumpver: remove leftover debug log
  • Loading branch information
KKoukiou authored Jul 11, 2024
2 parents 3329042 + f3cb840 commit 0e515f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/makebumpver
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ class MakeBumpVer:

def _rpm_log(self, fixedIn):
git_range = "%s-%s.." % (self.name, self.version)
print("git log --pretty=format:'%%h %%s' %s" % git_range)
proc = run_program(['git', 'log', '--no-merges', '--pretty=oneline', git_range])
lines = proc[0].strip('\n').split('\n')

Expand Down

0 comments on commit 0e515f5

Please sign in to comment.