finding koji builds within date range

Mike Bonnet mikeb at redhat.com
Wed Oct 15 15:52:52 UTC 2014


On 10/15/14 8:35 AM, Patrick Riehecky wrote:
> Are there any suggestions for finding all koji builds between two
> dates?  The search seems very package name specific and I'm looking for
> date criteria instead.

You'll need to use the API.

listBuilds(completedBefore=<timestamp>, completedAfter=<timestamp>)

should do what you want.  <timestamp> can be a number (seconds since the 
epoch) or a string (date/time in ISO 8601 format).



More information about the buildsys mailing list