summaryrefslogtreecommitdiffstats
path: root/scripts/dbg_mkrpm
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>
* 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-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update vda's dbg_mkrpmDenys Vlasenko2011-02-151-10/+17
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update vda's debug scriptsDenys Vlasenko2011-02-031-15/+33
| | | | 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>
* 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-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.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-021-0/+27
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>