author | Rich Burridge <rich.burridge@oracle.com> |
Fri, 15 Jan 2016 06:32:37 -0800 | |
changeset 5282 | b4df500d2f24 |
parent 5281 | abf5e45362e2 |
child 5289 | 255be830c2e5 |
make-rules/component-report | file | annotate | diff | comparison | revisions | |
transforms/report | file | annotate | diff | comparison | revisions |
--- a/make-rules/component-report Fri Jan 15 06:30:32 2016 -0800 +++ b/make-rules/component-report Fri Jan 15 06:32:37 2016 -0800 @@ -24,7 +24,7 @@ @echo "<td>" >>[email protected] ; for pkg in $(PACKAGE) ; do \ echo "$$pkg<br>" >>[email protected] ; \ done ; echo "</td>" >>[email protected] - @echo "<td>" >>[email protected] ; for arc in $(ARC_CASE) ; do \ + @echo "<td>" >>[email protected] ; for arc in $(COMP_ARC_CASE) ; do \ echo "<a href='$(ARC_BASE_URL)$$arc'>$$arc</a><br>" >>[email protected] ; \ done ; echo "</td>" >>[email protected] @echo "<td>" >>[email protected] ; for license in $(LICENSE) ; do \
--- a/transforms/report Fri Jan 15 06:30:32 2016 -0800 +++ b/transforms/report Fri Jan 15 06:32: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>" >