22547960 Add TPNO link to Userland gate list webpage
authorRich Burridge <rich.burridge@oracle.com>
Fri, 15 Jan 2016 06:30:32 -0800
changeset 5281 abf5e45362e2
parent 5280 a1d5d3816967
child 5282 b4df500d2f24
22547960 Add TPNO link to Userland gate list webpage
make-rules/component-report
--- a/make-rules/component-report	Thu Jan 14 14:20:29 2016 -0800
+++ b/make-rules/component-report	Fri Jan 15 06:30:32 2016 -0800
@@ -31,7 +31,7 @@
 	     echo "$$license<br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td>" >>$@ ; for tpno in $(ALL_TPNOS) ; do \
-	     echo "$${tpno}<br>" >>$@ ; \
+	     echo "<a href='https://pls.us.oracle.com/PLS/faces/ThirdPartyHome?itemDetail=Y&aid=$$tpno'>$${tpno}</a><br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td>" >>$@ ; for bugdb in $(COMPONENT_BUGDB) ; do \
 	     echo "<a href='$(BUGDB_URL)$$bugdb'>$$bugdb</a><br>" >>$@ ; \