aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-05-01 11:48:32 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-05-01 11:48:32 +0200
commitfa13cea4e2fcc6427d5d232d7635c997550fc641 (patch)
treef5bf22fe0072a97de72e8c3791ecad0a5bc99df5 /runstats.sh
parentFix perms for runstats.sh and recompile.sh (diff)
downloadbugzilla-fa13cea4e2fcc6427d5d232d7635c997550fc641.tar.gz
bugzilla-fa13cea4e2fcc6427d5d232d7635c997550fc641.tar.bz2
bugzilla-fa13cea4e2fcc6427d5d232d7635c997550fc641.zip
Update bug status workflow
Diffstat (limited to 'runstats.sh')
-rwxr-xr-xrunstats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runstats.sh b/runstats.sh
index b177df6ef..9670e1e51 100755
--- a/runstats.sh
+++ b/runstats.sh
@@ -25,12 +25,12 @@ dofile() {
fi
}
-for status in RESOLVED VERIFIED CLOSED ; do
+for status in RESOLVED VERIFIED ; do
for reso in FIXED INVALID WONTFIX LATER REMIND WORKSFORME CANTFIX NEEDINFO TEST-REQUEST UPSTREAM ; do
dofile "$custom_buglist?reso=${reso}&status=${status}" ${outpath}/buglist-${status}-${reso}.html
done
done
-for status in UNCONFIRMED NEW ASSIGNED REOPENED ; do
+for status in UNCONFIRMED CONFIRMED IN_PROGRESS ; do
dofile "$custom_buglist?status=${status}" ${outpath}/buglist-${status}.html
done