beakerlib in Fedora 12?
by Kamil Paral
Hi,
beakerlib has been pushed to Fedora devel and Fedora 13, great! [1]
I wanted to change the code of our tests and obsolete pmuller's
private repo [2] but I realized our test clients are running
Fedora 12, there's no beakerlib package there.
We can't just upgrade all our test clients to F13,
because it is probable that some tests will require specific
distributions in the future. Fedora 11 support should end soon,
but Fedora 12 will be here for another half a year.
Does it make sense to push beakerlib package also to Fedora 12?
Are there any obstacles in that? What do you think?
[1] https://admin.fedoraproject.org/pkgdb/acls/name/beakerlib
[2] http://afri.fedorapeople.org/beakerlib/
13 years
Enable post-koji-build for rawhide (dist-f14)
by James Laska
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
13 years