transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Fri, 15 Jan 2016 06:32:37 -0800
changeset 5282 b4df500d2f24
parent 1048 e82fa02a4d16
child 6309 45a5cfc1d6e8
permissions -rw-r--r--
22548223 Several Userland components are not being shown on the gatelist web page


<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
	print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
	print COMP_ARC_CASE += "%<1>" >

<transform license license=(.*) -> print LICENSE += "%<1>" >