make-rules/component-report
branchs11-update
changeset 2481 638b7db19366
parent 2434 6c9bb5cf5610
child 3662 d2e09f75ea27
--- a/make-rules/component-report	Tue Jan 29 03:59:00 2013 -0800
+++ b/make-rules/component-report	Thu Jan 31 04:53:59 2013 -0800
@@ -4,6 +4,7 @@
 HGWEB_BASE_URL = http://userland.us.oracle.com/hg/file/tip/
 ARIA_BASE_URL = http://people.us.oracle.com/pls/oracle/find_person?p_string=
 ARC_BASE_URL = http://psarc.us.oracle.com/
+BUGDB_URL = http://userland.us.oracle.com/bugdb?cat-subcat=
 
 REPORT_TRANSFORMS = $(WS_TOP)/transforms/report
 CDIR=$(COMPONENT_DIR:$(WS_TOP)/%=%)
@@ -26,7 +27,7 @@
 	 done ; echo "</td>" >>$@
 	@echo "<td>$(TPNO)</td>" >>$@
 	@echo "<td>" >>$@ ; for bugdb in $(COMPONENT_BUGDB) ; do \
-	     echo "$$bugdb<br>" >>$@ ; \
+	     echo "<a href='$(BUGDB_URL)$$bugdb'>$$bugdb</a><br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_ENGINEER)'>$(RESPONSIBLE_ENGINEER)</a></td>" >>$@
 	@echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_MANAGER)'>$(RESPONSIBLE_MANAGER)</a></td>" >>$@