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 659106 Details for
Bug 884343
--help-commands broken in koji client
[?]
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]
add some debug statements to koji
koji-debug.patch (text/plain), 660 bytes, created by
Mike McLean
on 2012-12-06 23:53:58 UTC
(
hide
)
Description:
add some debug statements to koji
Filename:
MIME Type:
Creator:
Mike McLean
Created:
2012-12-06 23:53:58 UTC
Size:
660 bytes
patch
obsolete
>--- /usr/bin/koji 2012-05-31 15:05:43.000000000 -0400 >+++ /tmp/koji 2012-12-06 18:47:24.232001955 -0500 >@@ -5717,6 +5717,7 @@ > def list_commands(show_admin=False): > handlers = [] > for name,value in globals().items(): >+ print "%s: %r" % (name, value) > if name.startswith('handle_'): > alias = name.replace('handle_','') > alias = alias.replace('_','-') >@@ -5728,6 +5729,7 @@ > handlers.sort() > print _("Available commands:") > for alias,handler in handlers: >+ print "%s: %r" % (alias, handler) > desc = handler.__doc__ > if desc.startswith('[admin] '): > if not show_admin:
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 884343
: 659106