Bug 458541
Summary: | TypeError: unknown key type | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> | ||||
Component: | pungi | Assignee: | David Cantrell <dcantrell> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | markmc, poelstra | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-08-14 12:06:15 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: | |||||||
Attachments: |
|
Description
John Reiser
2008-08-09 15:16:23 UTC
This was due to a temporary change to the yum api. An upcoming yum update will fix this. I was seeing this, now with latest git yum and pungi, I'm seeing: $> pungi -GCB --nosource -c ../buildinstall.ks Warning: Reusing existing destination directory. Traceback (most recent call last): File "/usr/bin/pungi", line 192, in <module> main() File "/usr/bin/pungi", line 86, in main mypungi._inityum() # initialize the yum object for things that need it File "/usr/lib/python2.5/site-packages/pypungi/__init__.py", line 140, in _inityum self.ayum.doLoggingSetup(6, 6) File "/usr/lib/python2.5/site-packages/pypungi/__init__.py", line 89, in doLoggingSetup yum.logging.basicConfig(level=yum.logging.DEBUG, filename=logfile) AttributeError: 'module' object has no attribute 'logging' Re-opening; don't think CLOSED UPSTREAM is appropriate for a blocker bug like this that's something more interesting and different. Can you file that as a different but? I don't really like the pile-on effect. |