add CrashlogAutoSubmit Plugin for automatic crashlog mailing, needs oe update
authoracid-burn <acidburn@opendreambox.org>
Wed, 29 Jul 2009 07:45:35 +0000 (09:45 +0200)
committeracid-burn <acidburn@opendreambox.org>
Wed, 29 Jul 2009 07:45:35 +0000 (09:45 +0200)
commit0f4f760b0db7365d6603ddb2a8430ccf8fe4aceb
treed3ecbbef48c06bab0e9444974499c02ae1d5a277
parent8bea76d0df509b8d3f570d67a1855efa49c3eaaf
add CrashlogAutoSubmit Plugin for automatic crashlog mailing, needs oe update
configure.ac
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/LICENSE [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/Makefile.am [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/__init__.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/Makefile.am [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/plugin_crashlogautosubmit.xml [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/plugin.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/Makefile.am