You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/02/19 23:45:54 UTC

svn commit: r805411 - in /websites/staging/ooo-site/trunk: ./ content/qa/issue_handling/create_submission_gateway.pl content/qa/issue_handling/submission_gateway.template

Author: buildbot
Date: Sun Feb 19 22:45:53 2012
New Revision: 805411

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/   (props changed)
    websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
    websites/staging/ooo-site/trunk/content/qa/issue_handling/submission_gateway.template

Propchange: websites/staging/ooo-site/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 19 22:45:53 2012
@@ -1 +1 @@
-1291034
+1291083

Modified: websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
==============================================================================
--- websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl (original)
+++ websites/staging/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl Sun Feb 19 22:45:53 2012
@@ -1,10 +1,17 @@
 #!/usr/bin/perl -w
 
 # kls -- run this separately to build submission_gateway.html
+#
+# kls -- download submission_gateway.template and submission_gateway.pl (this file)
+# kls --make needed changes to this file (also recommit)
+# kls -- run: submission_gateway.pl submission_gateway.template > submistion_gateway.html
+# kls -- review (test) output file submistion_gateway.html, and commit
+#
+# kls -- info for "By Project" table
 # key = key (this is sort, not sorted by description!, second hash value)
-# first value is actual BZ link -- MUST correpsond to BZ categories
+# first value is actual BZ link -- MUST correpsond to BZ product categories
 # second value is link description in table
-# third value -- assigned person (maube this doesn't work anymore)
+# third value -- assigned person (maybe this doesn't work anymore)
 
 %toplevels = ( 'api' => ['api','API','jsc'],
 	'bibliographic' => ['bibliographic','Bibliographic',''],
@@ -42,6 +49,16 @@
 	'www' => ['www','Website and other infrastructure',''],
           'xml' => ['xml','XML','mba']
 	     );
+	     
+# kls -- info for "By Code Module" table
+# 
+# key = table item description
+# first value in hash before '/' is actual BZ link -- MUST correpsond to BZ product categories
+# value after '/' was once an issue subcategory. Used by BZ in oissue description
+# third value -- assigned person (maybe this doesn't work anymore)
+# generates issues with 'subcomponent=code', not used in BZ; and 
+# 'issue_type=PATCH'. Shoule be 'cf-Bug_type=PATCH' for BZ.
+# Both subcomponent and issue_type are ignored by BZ.
 
 %allmodules = (
 	       'accessibility' => ['gsl/accessibility', ''],

Modified: websites/staging/ooo-site/trunk/content/qa/issue_handling/submission_gateway.template
==============================================================================
--- websites/staging/ooo-site/trunk/content/qa/issue_handling/submission_gateway.template (original)
+++ websites/staging/ooo-site/trunk/content/qa/issue_handling/submission_gateway.template Sun Feb 19 22:45:53 2012
@@ -137,7 +137,7 @@ see create_submission_gateway.pl instead
     </p>
 
     <p>
-       If you are not a hacker, you probably shouldn't file issues using the Code Module links.
+       If you are not a hacker, you probably shouldn't file issues using the Code Module links.  
     </p>
 
     <table>