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 /scripts | |
| parent | b8ef905c6455ef98cd7fa488de7d602a70bd57dc (diff) | |
| parent | b7e20eb84250ce9feeefde8dad2eab448125dc5d (diff) | |
| download | abrt-f750288769b23497ad5b57b1c50f683402c509f6.tar.gz abrt-f750288769b23497ad5b57b1c50f683402c509f6.tar.xz abrt-f750288769b23497ad5b57b1c50f683402c509f6.zip | |
Merge branch 'master' into rhel6
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/abrt-bz-stats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/abrt-bz-stats b/scripts/abrt-bz-stats index 2923665..3fb02bc 100755 --- a/scripts/abrt-bz-stats +++ b/scripts/abrt-bz-stats @@ -1,5 +1,9 @@ #!/usr/bin/python # -*- mode:python -*- +# ABRT Bugzilla Statistics script +# +# Please do not run this script unless it's neccessary to do so. +# It forces Bugzilla to send info about thousands of bug reports. from bugzilla import RHBugzilla from optparse import OptionParser |
