medibuntu-maintainers team mailing list archive
-
medibuntu-maintainers team
-
Mailing list archive
-
Message #02032
[Bug 1072040] Re: hook /usr/share/apport/general-hooks/medibuntu.py crashed
me@here:/usr/share/apport/general-hooks$ cat medibuntu.py
'''Send crashes to Medibuntu if the package comes from Medibuntu.
Copyright (C) 2009 Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
Author: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. See http://www.gnu.org/copyleft/gpl.html for
the full text of the license.
'''
def add_info(report):
try:
if report['Package'].split()[1].find('medibuntu') != -1:
report['CrashDB'] = 'medibuntu'
except ValueError, e:
return
--
You received this bug notification because you are a member of Medibuntu
Packaging Team, which is subscribed to Medibuntu.
https://bugs.launchpad.net/bugs/1072040
Title:
hook /usr/share/apport/general-hooks/medibuntu.py crashed
To manage notifications about this bug go to:
https://bugs.launchpad.net/medibuntu/+bug/1072040/+subscriptions
References