diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-19 16:02:40 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-19 16:02:40 +0100 |
| commit | f750288769b23497ad5b57b1c50f683402c509f6 (patch) | |
| tree | b71f2a2c6ed6b5a1f5353c58780b09ef55f2c383 /src/Backtrace | |
| parent | b8ef905c6455ef98cd7fa488de7d602a70bd57dc (diff) | |
| parent | b7e20eb84250ce9feeefde8dad2eab448125dc5d (diff) | |
Merge branch 'master' into rhel6
Diffstat (limited to 'src/Backtrace')
| -rwxr-xr-x | src/Backtrace/abrt-bz-downloader | 5 | ||||
| -rwxr-xr-x | src/Backtrace/abrt-bz-dupchecker | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/Backtrace/abrt-bz-downloader b/src/Backtrace/abrt-bz-downloader index 81084e7..7f29425 100755 --- a/src/Backtrace/abrt-bz-downloader +++ b/src/Backtrace/abrt-bz-downloader @@ -1,5 +1,10 @@ #!/usr/bin/python # -*- mode:python -*- +# ABRT Bugzilla Backtrace Downloader +# Downloads all backtraces reported by ABRT from Bugzilla. +# +# Please do not run this script unless it's neccessary to do so. +# It forces Bugzilla to send data related to thousands of bug reports. from bugzilla import RHBugzilla from optparse import OptionParser diff --git a/src/Backtrace/abrt-bz-dupchecker b/src/Backtrace/abrt-bz-dupchecker index f9caeed..01cafa0 100755 --- a/src/Backtrace/abrt-bz-dupchecker +++ b/src/Backtrace/abrt-bz-dupchecker @@ -1,5 +1,15 @@ #!/usr/bin/python # -*- mode:python -*- +# ABRT Bugzilla Duplication Checker +# Downloads all backtraces reported by ABRT from Bugzilla, +# and search for duplicates using the newest ABRT duplication +# checker. +# +# Some bugs in Bugzilla were reported by older ABRT +# versions, which had poor duplication detection. +# +# Please do not run this script unless it's neccessary to do so. +# It forces Bugzilla to send data related to thousands of bug reports. from bugzilla import RHBugzilla from optparse import OptionParser |
