bugzilla-newer r703 - in trunk: . bugzilla.gnome.org/cronjobs template/en/custom/pages



Author: ovitters
Date: Tue Apr  1 08:50:31 2008
New Revision: 703
URL: http://svn.gnome.org/viewvc/bugzilla-newer?rev=703&view=rev

Log:
2008-04-01  Olav Vitters  <olav bkor dhs org>

* bugzilla.gnome.org/cronjobs/update.sh:
* template/en/custom/pages/reports.html.tmpl:
Update reports for 2.22.


Modified:
   trunk/ChangeLog
   trunk/bugzilla.gnome.org/cronjobs/update.sh
   trunk/template/en/custom/pages/reports.html.tmpl

Modified: trunk/bugzilla.gnome.org/cronjobs/update.sh
==============================================================================
--- trunk/bugzilla.gnome.org/cronjobs/update.sh	(original)
+++ trunk/bugzilla.gnome.org/cronjobs/update.sh	Tue Apr  1 08:50:31 2008
@@ -36,6 +36,11 @@
 ##   SELECT value FROM gnome_version ORDER BY sortkey DESC LIMIT 3;
 ## 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
+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
@@ -46,11 +51,6 @@
 if  test -f $OUTPUT_DIR/temp2.18.html
 then mv $OUTPUT_DIR/temp2.18.html $REPORTS_DIR/gnome-218-report.html
 fi
-# 2.16.x report
-QUERY_STRING="version=2.15/2.16" ./reports/gnome-report.cgi > $OUTPUT_DIR/temp2.16.html
-if  test -f $OUTPUT_DIR/temp2.16.html
-then mv $OUTPUT_DIR/temp2.16.html $REPORTS_DIR/gnome-216-report.html
-fi
 
 
 

Modified: trunk/template/en/custom/pages/reports.html.tmpl
==============================================================================
--- trunk/template/en/custom/pages/reports.html.tmpl	(original)
+++ trunk/template/en/custom/pages/reports.html.tmpl	Tue Apr  1 08:50:31 2008
@@ -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-216-report.html">GNOME 2.15/2.16</a> </li>
         <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>
       </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.15/2.16">GNOME 2.15/2.16</a></li>
         <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>
       </ul>
     </li>
   </ul>



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