[releng] add script to determine bugzilla contributions



commit 71d90de6ae9fcd0b12726b756cac1781c6cf728c
Author: Olav Vitters <olav vitters nl>
Date:   Wed Sep 14 15:52:49 2011 +0200

    add script to determine bugzilla contributions

 tools/contributions/get-bugzilla-stats |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/tools/contributions/get-bugzilla-stats b/tools/contributions/get-bugzilla-stats
new file mode 100755
index 0000000..e3fc6ac
--- /dev/null
+++ b/tools/contributions/get-bugzilla-stats
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+SINCE="-6m"
+
+
+# l10n components
+wget -O bugzilla-l10n.csv "https://bugzilla.gnome.org/report.cgi?bug_id=&bug_status=RESOLVED&bugidtype=include&chfield=bug_status&chfieldfrom=$SINCE&product=l10n&resolution=FIXED,WONTFIX,NOTABUG,NOTGNOME,INCOMPLETE,INVALID&y_axis_field=component&action=wrap&ctype=csv&format=table";
+# all products
+wget -O bugzilla-products.csv "https://bugzilla.gnome.org/report.cgi?bug_id=&bug_status=RESOLVED&bugidtype=include&chfield=bug_status&chfieldfrom=$SINCE&resolution=FIXED,WONTFIX,NOTABUG,NOTGNOME,INCOMPLETE,INVALID&y_axis_field=product&action=wrap&ctype=csv&format=table";
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]