Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 679050 Details for
Bug 895714
traceback on v7 submit if results are packaged to rpm
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
documentbase patch to fix traceback by adding support for LogDevice
documentbase.patch (text/plain), 926 bytes, created by
Greg Nichols
on 2013-01-15 20:26:08 UTC
(
hide
)
Description:
documentbase patch to fix traceback by adding support for LogDevice
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2013-01-15 20:26:08 UTC
Size:
926 bytes
patch
obsolete
>diff --git a/v7/documentbase.py b/v7/documentbase.py >index 4cca768..63bda4f 100644 >--- a/v7/documentbase.py >+++ b/v7/documentbase.py >@@ -20,7 +20,7 @@ from xml.dom.minidom import getDOMImplementation, parse > import xml.dom.ext > from tags import Tags, Attributes, Constants > import version >-from device import Device, HalDevice, ProcDevice, UdevDevice, KudzuDevice >+from device import Device, HalDevice, ProcDevice, UdevDevice, KudzuDevice, LogDevice > from command import Command, V7CommandException > > class DocumentWrapper: >@@ -191,6 +191,8 @@ class DocumentWrapper: > return ProcDevice(properties) > elif source == Constants.udev: > return UdevDevice(properties) >+ elif source == Constants.log: >+ return LogDevice(properties) > # might need to parse kudzu devices via FV guest logging > elif source == Constants.kudzu: > return KudzuDevice(properties)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 895714
: 679050 |
679744