Bug 695657
Summary: | rhn-satellite-exporter - KeyError caught in dump_errata. | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Jiri Kastner <jkastner> |
Component: | Server | Assignee: | Michael Mráka <mmraka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.4 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-backend-1.5.4-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-21 14:43:47 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 695242 |
Description
Jiri Kastner
2011-04-12 10:40:58 UTC
This is an error introduced by updateinfo patch. It's been fixed by commit cc93aa352c85543a00e33a24269842d330e189f7 fixed errata export / import fixing Exception type <type 'exceptions.KeyError'> ... File "/usr/lib/python2.6/site-packages/spacewalk/satellite_tools/exporter/exportLi SimpleDumper(self._writer, 'rhn-erratum-bug-href', self._row['bug_href']), KeyError: 'bug_href' introduced in 307d2c5606ab10561acbfa3fda89b5c0a2671233 commit 015d3e740336d3a994d3062c7159311521d01e0e fixed errata_from export fixing Exception type <type 'exceptions.KeyError'> ... arr.append(SimpleDumper(self._writer, k, self._row[v] or "", b)) KeyError: 'errata_from' introduced in 307d2c5606ab10561acbfa3fda89b5c0a2671233 This bugzilla is currently MODIFIED, so we believe the fix is in the Spacewalk nightly yum repository at http://spacewalk.redhat.com/yum/nightly/ Therefore, moving ON_QA. Spacewalk 1.5 was released. |