One of the things that I haven't dealt with yet for email reduction is i686 packages.
At the moment, I assume that there are 2 or 3 tests that will be run depending on the koji tag: - depcheck i386 - depcheck x86_64 - upgradepath noarch (not run for updates-testing)
These 2 or 3 tests are used to determine the state of an update's tests and that state is used as part of the decision process to send an email or not.
I'm trying to figure out the best way to deal with i686 packages and the things that I have come up with so far are:
- Ignore them and accept that emails will not be sent for those updates - Interface with bodhi/koji to determine whether an update has i686 builds and adjust the state determination as needed
I remember Kamil found a list of i686 packages (but can't seem to find the email at the moment) but I'll find the list of updates that would be affected by not handling i686 builds.
Any other thoughts on how to go about doing this or preferences on one over the other?
Tim