I've been working on updating mock_fedorainfra over the last couple of
days and I have implemented the ability to intercept bodhi queries and
replace the comments.
Why will this useful? Because we're now able to run a test instance of
autoqa without having to worry about interfering with production or
worrying about creating fake data. We'd basically be using production
instances of bodhi and koji as read-only sources of data and writing to
the mock infra.
The code is still VERY rough and ugly but it is working. I'm planning
to run it in my development environment for a couple of days to make
sure that it does actually work well enough to use before I do much
else with it.
I'm planning to improve the interface and docs so that other people can
use it but for now, just figured that I would send an update on what I
have done.
Tim