summaryrefslogtreecommitdiffstats
path: root/contrib/secbugstats/bin/gather.sh
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-06 01:30:05 +0100
committerGitHub <noreply@github.com>2018-03-06 01:30:05 +0100
commitb588eea89a5cdd24ee5a3f00a12e71b8a096660e (patch)
treeed91c8f05e0d9b161d0f67642052f52563784863 /contrib/secbugstats/bin/gather.sh
parent7c771430c5e158e7a544774b64cb67709df52a16 (diff)
downloadbugzilla-b588eea89a5cdd24ee5a3f00a12e71b8a096660e.tar.gz
bugzilla-b588eea89a5cdd24ee5a3f00a12e71b8a096660e.tar.xz
Bug 1343248 - make secbugstats do less work
Diffstat (limited to 'contrib/secbugstats/bin/gather.sh')
-rwxr-xr-xcontrib/secbugstats/bin/gather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/secbugstats/bin/gather.sh b/contrib/secbugstats/bin/gather.sh
index fd7de7620..50ababe52 100755
--- a/contrib/secbugstats/bin/gather.sh
+++ b/contrib/secbugstats/bin/gather.sh
@@ -23,7 +23,7 @@ echo "[end curlbug.py]"
# Process each JSON file that the preceding script produced to find out
# the product, component, bug numbers, bug ages, etc. for each category
echo "[morestats.py `date +%Y-%m-%d\ %T`]"
-for i in `ls $JSON_CUR/*sg_{low,moderate,high,critical,needstriage,unconfirmed,opened,closed,total,untouched,investigate,needinfo,vector}.json`;
+for i in `ls $JSON_CUR/*sg_{low,moderate,high,critical}.json`;
do
$SCRIPTS_DIR/morestats.py $i;
done