diff options
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 29236650..3fb02bca 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 |