Description of problem: bodhi client or better bodhi server returns wrong answer. When you try to ask for bodhi server: "give me all builds which fix bug XYZ for fedora 14" it w/o any problems returns build for f15 (any builds which fix the bug). Version-Release number of selected component (if applicable): How reproducible: $ bodhi -r dist-f14 -b 676195 Actual results: $ bodhi -r dist-f14 -b 676195 griffith-0.12.1-2.fc14 enhancement stable 2011-03-23 griffith-0.12.1-2.fc15 enhancement stable 2011-03-24 Expected results: $ bodhi -r dist-f14 -b 676195 griffith-0.12.1-2.fc14 enhancement stable 2011-03-23 Additional info: I will write a workaround to filter out wrongly returned builds, but it's problem on the server side. I'm putting bug as *urgent*, because I'm trying to put it into abrt/libreport to be able find builds before abrt tries to creates new ticket in bugzilla
On it...
I got `bodhi -r <release> -b <bug>` queries working in: https://fedorahosted.org/bodhi/changeset/be8c4dd325fffa5f026b50f60f07a46254abf4a7 Also, bodhi never supported querying releases by their dist-tags, like your example shows, so I added it in: https://fedorahosted.org/bodhi/changeset/2ac4fdf754f19987fe45c3e671d5c99e22c2e166 I'll try and deploy this to production today.
thanks for nice and quick job!
These patches are now in production!
and works like charm, thanks
This particular ServerError has been fixed in the bodhi-server for quite some time now. I also just verified that fedora-easy-karma works as expected on RHEL5.