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 155134 Details for
Bug 240776
diskboot.img fails to boot
[?]
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]
patch to make pypungi spew to cli
benoisy.patch (text/plain), 753 bytes, created by
Jesse Keating
on 2007-05-21 22:25:26 UTC
(
hide
)
Description:
patch to make pypungi spew to cli
Filename:
MIME Type:
Creator:
Jesse Keating
Created:
2007-05-21 22:25:26 UTC
Size:
753 bytes
patch
obsolete
>diff -r b3dc4f2b4e56 pypungi/pungi.py >--- a/pypungi/pungi.py Mon May 21 12:09:00 2007 -0400 >+++ b/pypungi/pungi.py Mon May 21 18:19:56 2007 -0400 >@@ -68,15 +68,18 @@ class Pungi: > > > log.info("Running %s" % ' '.join(command)) >+ print "Running %s" % ' '.join(command) > > p1 = subprocess.Popen(command, cwd=rundir, stdout=output, stderr=error) > (out, err) = p1.communicate() > if p1.returncode != 0: > log.error("Got an error from %s" % command[0]) > log.error(err) >+ print err > raise OSError, "Got an error from %s" % command[0] > > log.info(out) >+ print out > > def doBuildinstall(self): > """Run anaconda-runtime's buildinstall on the tree."""
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 240776
: 155134