Greetings,
Currently, post-koji-build monitors for new builds in 'dist-f14-update-candidate'. Until Fedora 14 is branched (in a few months), all rawhide/f14 builds are tagged with 'dist-f14'. The following patches change post-koji-build to use the contents of repoinfo.conf instead of hard coding the tags and architectures to search.
By enabling tests where there may not be a parent repo, some tests may fail to find a previous package (aka rpmguard). I've also added a check in koji_utils.py list_previous_releases() to handle the condition when no parent repo is found. Will and I discussed some techniques for addressing this in subsequent patches.
While in the post-koji-build watcher, I also knocked out a FIXME to add a --prevtime command-line option. This proved helpful for testing.
Comments appreciated.
Thanks, James