Author: kschenk
Date: Sun Feb 19 22:43:46 2012
New Revision: 1291082
URL: http://svn.apache.org/viewvc?rev=1291082&view=rev
Log:
kls -- changed to match existing submission_gateway.html setup
Modified:
incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
Modified:
incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl?rev=1291082&r1=1291081&r2=1291082&view=diff
==============================================================================
---
incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
(original)
+++
incubator/ooo/ooo-site/trunk/content/qa/issue_handling/create_submission_gateway.pl
Sun Feb 19 22:43:46 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', ''],