From aae7c3e834aa50b9a0f3cbbe319ecbb095d836d5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 26 Jan 2010 20:56:21 +0100 Subject: TicketUploader: comment which files are not interesting Signed-off-by: Denys Vlasenko --- lib/Plugins/TicketUploader.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Plugins') diff --git a/lib/Plugins/TicketUploader.cpp b/lib/Plugins/TicketUploader.cpp index 0ea2d5b2..4c7bbdf3 100644 --- a/lib/Plugins/TicketUploader.cpp +++ b/lib/Plugins/TicketUploader.cpp @@ -222,6 +222,9 @@ string CTicketUploader::Report(const map_crash_data_t& pCrashData, // Copy each entry into the tarball root. // Files are simply copied, strings are written to a file + // TODO: some files are totally useless: + // "Reported", "Message" (plugin's output), "DumpDir", + // "Description" (package description) - maybe skip those? map_crash_data_t::const_iterator it; for (it = pCrashData.begin(); it != pCrashData.end(); it++) { -- cgit