Related: https://pagure.io/koji/issue/3227
rebased onto 2d1cf41e544e12d9850525e03d91e2c53776beb3
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
How about this instead:
Koji only stores one checksum type per archive. Some content generators store md5 checksums in Koji, and others store sha256 checksums, and this may change for older and newer archives as different content generators upgrade to sha256.
If you search for an archive by its sha256 checksum, and Koji has only stored an md5 checksum record for that archive, then Koji will not return a result for that archive. You may need to call listArchives multiple times, once for each checksum_type you want to search.
1 new commit added
update docstring
Commit db6931b7 fixes this pull-request
Pull-Request has been merged by tkopecek
Metadata Update from @jobrauer: - Pull-request tagged with: testing-done
Related: https://pagure.io/koji/issue/3227