22547960 Add TPNO link to Userland gate list webpage s11u3-sru
authorRich Burridge <rich.burridge@oracle.com>
Wed, 20 Jan 2016 12:21:37 -0800
branchs11u3-sru
changeset 5300 7c8e8ab492d5
parent 5296 fe5e30c5a9ac
child 5305 e7a91d592096
22547960 Add TPNO link to Userland gate list webpage 22548223 Several Userland components are not being shown on the gatelist web page
make-rules/component-report
transforms/report
--- a/make-rules/component-report	Wed Jan 13 06:39:34 2016 -0800
+++ b/make-rules/component-report	Wed Jan 20 12:21:37 2016 -0800
@@ -24,14 +24,14 @@
 	@echo "<td>" >>$@ ; for pkg in $(PACKAGE) ; do \
              echo "$$pkg<br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
-	@echo "<td>" >>$@ ; for arc in $(ARC_CASE) ; do \
+	@echo "<td>" >>$@ ; for arc in $(COMP_ARC_CASE) ; do \
              echo "<a href='$(ARC_BASE_URL)$$arc'>$$arc</a><br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td>" >>$@ ; for license in $(LICENSE) ; do \
 	     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>" >>$@ ; \
--- a/transforms/report	Wed Jan 13 06:39:34 2016 -0800
+++ b/transforms/report	Wed Jan 20 12:21:37 2016 -0800
@@ -2,6 +2,6 @@
 <transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
 	print PACKAGE += "%<1>@%<2>" >
 <transform set name=org.opensolaris.arc-caseid value=(.*) -> \
-	print ARC_CASE += "%<1>" >
+	print COMP_ARC_CASE += "%<1>" >
 
 <transform license license=(.*) -> print LICENSE += "%<1>" >