> Does "fedpkg gitbuildhash" do what you want?
Hmm, not by itself, mostly because I need to already know the version-release
numbers I'm looking up.
However, it could immensely simplify the regex I was using. Now it should look
more like
- `koji list-history --package="$pkg_name"`
- grep for t
Does "fedpkg gitbuildhash" do what you want?
Source is gitbuildhash() method in
https://pagure.io/rpkg/blob/master/f/pyrpkg/__init__.py
On Fri, Feb 26, 2021, 5:54 PM Audrey Toskin
wrote:
> I'm interested in looking up the source used for different builds on Koji
> -- particularly the exact co