[Spacewalk-devel] Spacewalk 0.6 - Generated Yum Repodata Incorrect

2009-10-26 Thread Andy Speagle
Hi Team, I'm running up against a bug that was said to have been fixed in Spacewalk 0.6 (which I'm running): https://bugzilla.redhat.com/show_bug.cgi?id=502059 However, even after clearing the cache for the channel in question and letting it rebuild, I'm still running into depsolving problems

Re: [Spacewalk-devel] [PATCHes] fix a fd leak, and other patches

2009-10-26 Thread Joshua Roys
On 10/08/2009 08:37 PM, Jesus M. Rodriguez wrote: Hrm I haven't been paying attention to this, but you should never just close FileWriters, etc. The better approach is to use a try/catch to close it. We should never really be throwing IOExceptions when we can handle them, also logging a warning