[bugzilla-newer] Update gnome reports page to show 2.24 up to 2.28



commit c97909ebe6210d39379fb24023e33179d6adbce4
Author: Christian Kirbach <Christian Kirbach googlemail com>
Date:   Sat Jul 18 01:19:10 2009 +0200

    Update gnome reports page to show 2.24 up to 2.28

 bugzilla.gnome.org/cronjobs/update.sh      |   18 +++++++++---------
 template/en/custom/pages/reports.html.tmpl |   12 ++++++------
 2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/bugzilla.gnome.org/cronjobs/update.sh b/bugzilla.gnome.org/cronjobs/update.sh
index aebfcaa..ebfab1c 100755
--- a/bugzilla.gnome.org/cronjobs/update.sh
+++ b/bugzilla.gnome.org/cronjobs/update.sh
@@ -37,19 +37,19 @@ export REQUEST_METHOD
 ## We would still need to manually fix up page.cgi?id=reports.html, but at
 ## least it'd be one less thing requiring manual fixup
 # 2.22.x report
-QUERY_STRING="version=2.21/2.22" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.22.html
-if  test -f $OUTPUT_DIR/temp2.22.html
-then mv $OUTPUT_DIR/temp2.22.html $REPORTS_DIR/gnome-222-report.html
+QUERY_STRING="version=2.27/2.28" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.28.html
+if  test -f $OUTPUT_DIR/temp2.28.html
+then mv $OUTPUT_DIR/temp2.28.html $REPORTS_DIR/gnome-228-report.html
 fi
 # 2.20.x report
-QUERY_STRING="version=2.19/2.20" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.20.html
-if  test -f $OUTPUT_DIR/temp2.20.html
-then mv $OUTPUT_DIR/temp2.20.html $REPORTS_DIR/gnome-220-report.html
+QUERY_STRING="version=2.25/2.26" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.26.html
+if  test -f $OUTPUT_DIR/temp2.26.html
+then mv $OUTPUT_DIR/temp2.26.html $REPORTS_DIR/gnome-226-report.html
 fi
 # 2.18.x report
-QUERY_STRING="version=2.17/2.18" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.18.html
-if  test -f $OUTPUT_DIR/temp2.18.html
-then mv $OUTPUT_DIR/temp2.18.html $REPORTS_DIR/gnome-218-report.html
+QUERY_STRING="version=2.23/2.24" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.24.html
+if  test -f $OUTPUT_DIR/temp2.24.html
+then mv $OUTPUT_DIR/temp2.24.html $REPORTS_DIR/gnome-224-report.html
 fi
 
 
diff --git a/template/en/custom/pages/reports.html.tmpl b/template/en/custom/pages/reports.html.tmpl
index 58c254e..b98ed3b 100755
--- a/template/en/custom/pages/reports.html.tmpl
+++ b/template/en/custom/pages/reports.html.tmpl
@@ -115,16 +115,16 @@
     <li> Open [% terms.bugs %] for specific GNOME versions, broken down by
          product, component, and developer:
       <ul>
-        <li><a href="reports/gnome-218-report.html">GNOME 2.17/2.18</a> </li>
-        <li><a href="reports/gnome-220-report.html">GNOME 2.19/2.20</a> </li>
-        <li><a href="reports/gnome-222-report.html">GNOME 2.21/2.22</a> </li>
+        <li><a href="reports/gnome-224-report.html">GNOME 2.23/2.24</a> </li>
+        <li><a href="reports/gnome-226-report.html">GNOME 2.25/2.26</a> </li>
+        <li><a href="reports/gnome-228-report.html">GNOME 2.27/2.28</a> </li>
       </ul>
     </li>
     <li> Summary of [% terms.bug %] activity for the last week, by GNOME version:
       <ul>
-        <li> <a href="reports/weekly-bug-summary.cgi?version=2.17/2.18">GNOME 2.17/2.18</a></li>
-        <li> <a href="reports/weekly-bug-summary.cgi?version=2.19/2.20">GNOME 2.19/2.20</a></li>
-        <li> <a href="reports/weekly-bug-summary.cgi?version=2.21/2.22">GNOME 2.21/2.22</a></li>
+        <li> <a href="reports/weekly-bug-summary.cgi?version=2.23/2.24">GNOME 2.23/2.24</a></li>
+        <li> <a href="reports/weekly-bug-summary.cgi?version=2.25/2.26">GNOME 2.25/2.26</a></li>
+        <li> <a href="reports/weekly-bug-summary.cgi?version=2.27/2.28">GNOME 2.27/2.28</a></li>
       </ul>
     </li>
   </ul>



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