Comment 4 for bug 539896

Revision history for this message
Brian Murray (brian-murray) wrote :

Looking at the package hook the question is still there:

            if ui.yesno("This report may also be submitted to "
                "http://kerneloops.org/ in order to help collect aggregate "
                "information about kernel problems. This aids in identifying "
                "widespread issues and problematic areas. A condensed "
                "summary of the Oops is shown below. Would you like to submit "
                "information about this crash to kerneloops.org ?"
                "\n\n%s" % oops):
                text = report['OopsText']
                proc = subprocess.Popen(SUBMIT_SCRIPT, stdin=subprocess.PIPE)
                proc.communicate(text)