summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* run abrt oops log scanner as a separate serviceDenys Vlasenko2011-04-201-2/+1
| | | | | | | | | | | | | | | | In preparation for https://fedorahosted.org/abrt/ticket/189 "abrtd should reload configuration when some of it's config files changes" I would like to stop running abrt-dump-oops as a child of abrtd. We experimented with it: we made abrt-ccpp hook (de)installation a separate service, and in my opinion it ended up a better solution than making it a part of daemon. Among other things, it made abrt and abrt-addon-ccpp packages independent. This change does the same for abrt-dump-oops. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-252-59/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: cleanups without substantial code changesDenys Vlasenko2011-02-221-6/+8
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update vda's scriptsDenys Vlasenko2011-02-163-1/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update vda's dbg_mkrpmDenys Vlasenko2011-02-152-25/+50
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update vda's debug scriptsDenys Vlasenko2011-02-034-17/+65
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* report-python/dump_dir: fix SEGV when dd.op() operates on closed ddDenys Vlasenko2010-12-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* simplify python wrapper codeDenys Vlasenko2010-12-152-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* fix packaging of -devel packages - we were packaging libabrt.so into bothDenys Vlasenko2010-12-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt_ prefixes to abrt-internal functions in libabrt.soDenys Vlasenko2010-12-083-36/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-152-6/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* btparser initial integrationKarel Klic2010-10-146-965/+0
|
* abrt-bz-dupchecker: check status of master bug befor marking duplicatesKarel Klic2010-06-091-2/+11
|
* abrt-bz-dupchecker: limit search to Fedora OS only, update the URL of pkgdbKarel Klic2010-06-091-4/+4
|
* update some utility devel scripts, no impact on usersDenys Vlasenko2010-05-252-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Removed trailing whitespaces.Karel Klic2010-03-315-34/+34
|
* Use abrt-backtrace --rate, update pkgdb database path for the new pkgdb versionKarel Klic2010-03-261-2/+2
|
* abrt-rate-backtrace is replaced by abrt-backtrace --rateKarel Klic2010-03-261-183/+0
|
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-264-0/+433
| | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* List component owners in abrt-bz-ratingfixer outputKarel Klic2010-03-111-28/+43
|
* Added option to close bugs with low rating: --closeKarel Klic2010-02-151-4/+11
|
* display package and its owner in the outputKarel Klic2010-02-151-2/+2
|
* Fixes, displays package ownersKarel Klic2010-02-091-16/+58
|
* Show bugs with more than 2 comments.Karel Klic2010-02-071-2/+6
|
* Script to list abrt bugs with incomplete backtraces in BugzillaKarel Klic2010-02-071-0/+142
|
* abrt-rate-backtrace utilityKarel Klic2010-02-071-0/+183
|
* Some Bugzilla script improvementsKarel Klic2010-02-061-6/+29
|
* Added weekly stats, --reversed, --html to the abrt-bz-stats script.Karel Klic2010-02-011-36/+132
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-01-251-3/+3
|\
| * Added parameter N (count) to top_crashersKarel Klic2010-01-221-3/+3
| |
* | Better stats outputKarel Klic2010-01-251-9/+12
|/
* Fixed creation of top_five listKarel Klic2010-01-211-1/+3
|
* Much improved aabrt-bz-statsKarel Klic2010-01-201-24/+130
|
* Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-191-0/+4
| | | | purpose of the scripts.
* Abrt Bugzilla stats initial scriptKarel Klic2010-01-181-0/+79
|
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-0/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-2/+5
| | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding scripts/* - haphazard collection of debug toolsDenys Vlasenko2009-11-024-0/+69
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>